Using dioxus / leptos in combination with loco #1068
Replies: 1 comment 1 reply
-
Hi. 👋🏻 So now what remains is the frontend part of these frameworks. For example you can take leptos, and build a client app with it and connect to a loco backend. This is easy since the leptos part can be a standalone crate, you build it and put the assets in loco’s assets folder (it would be some wasm and some js). And then the question remains are you comfortable operating wasm based client apps. You can build them with Rust for sure and that will be fun. But can you operate them? Will you have the same debugging tools as say React has, same monitoring, same testing tools, etc? And will it matter for your case? In my mind this is what it comes to |
Beta Was this translation helpful? Give feedback.
-
Hi!
Disclaimer: I do not have any experience in using dioxus/leptos/loco. I am looking at all these options and just want to wrap my head around when to use what.
As I understand from the docs, both leptos and dioxus offer “server functions” which make them kind of fullstack. However, loco seems to be a very good choice for a battery included backend framework.
So a general question: Does it make any sense to even use something like leptos/dioxus or is it just an overkill?
Sorry if this question does not even make sense, and thanks for your feedback :-)
Greetings, Christian
Beta Was this translation helpful? Give feedback.
All reactions