-
Hi, So, I'm familiar with Rust, react, and signals (although only in theory, not practice), and I've gone through the Leptos manual a few times. I have a few questions which I'd really appreciate getting some answers to. These all seem fairly "middle of the road" to me, but I can't quite nail down the right approach/confirmation/prior art. I'm hoping some brave souls will work their way through this wall of text and give me factual corrections but also feedback from their own experiences :-). For context, this is a proof of concept and will work purely client side - there is no stateful server anywhere, other than to serve the web assets (e.g. Bootstrapping the projecthttps://book.leptos.dev/getting_started/index.html is sufficient for pure client side, right? I don't need Builder API rather than
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
So first I'll say, if you're a Discord user I'd suggest joining our Discord as there are a number of very helpful people there who respond to questions in real time, and it can be an effective format for this kind of back and forth. To your questions:
|
Beta Was this translation helpful? Give feedback.
-
thanks @gbj - your attitude, clarity, technical expertise and general attitude (that I've seen here and on reddit) is a significant part to betting on Leptos :-) |
Beta Was this translation helpful? Give feedback.
So first I'll say, if you're a Discord user I'd suggest joining our Discord as there are a number of very helpful people there who respond to questions in real time, and it can be an effective format for this kind of back and forth.
To your questions:
0. If you're just doing client-side rendering, things are fairly simple and straightforward. Amen with regard to Rust or rescript haha.
cargo-leptos
mostly serves to coordinate the server and client rebuilds. Stick with Trunk for your use case.