You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Developing all features in mdsilo can be challenging for a single maintainer. Additionally, not all users may like every feature. Implementing an addon system can prove beneficial for customization based on user needs and preferences, which any community developer can build. For example, addons could allow the loading of the PubActivity feed in mdsilo or provide a search engine for RSS feeds. WebAssembly addon can be a good choice.
Better not to use reactjs as frontend and use leptos as fronted that get benefits of rust such as compile time checking and memory safety. Use javascript packages with wasm-bindgen only when rust crates are not available.
The text was updated successfully, but these errors were encountered:
For the editor based on React. any way for hybrid dev with React and rust frontend framework?
Though most javascript packages can be used with rust front end framework, but not react packages yet.
But for what purpose you need react packages? Most ecosystem packages already exists with leptos or yew. Like leptos-use or yew hooks, the basic things that react packages do.
Developing all features in mdsilo can be challenging for a single maintainer. Additionally, not all users may like every feature. Implementing an addon system can prove beneficial for customization based on user needs and preferences, which any community developer can build. For example, addons could allow the loading of the PubActivity feed in mdsilo or provide a search engine for RSS feeds. WebAssembly addon can be a good choice.
Better not to use reactjs as frontend and use leptos as fronted that get benefits of rust such as compile time checking and memory safety. Use javascript packages with wasm-bindgen only when rust crates are not available.
The text was updated successfully, but these errors were encountered: