Making yew UI modular #3397
silicology1
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
To make your app modular, you can separate the code into different crates. I want to create an app that is customizable by the user. Developers can simply build packages, and users can add these packages to customize the UI without needing any coding experience. For example, if a user wants to add a new page with some features, they can easily upload it as plugin. I'm not sure how to implement it in Yew or what the best practices are.
Lapce provides a WASI plugin system. A similar example or how to do it in Yew or Tauri with Yew would be better.
May be it can be done using wasmtime, for loading wasm file, but currently yew doesn't support wastime.
Beta Was this translation helpful? Give feedback.
All reactions