Replies: 1 comment 1 reply
-
Hi! Great to hear you've been enjoying it! At the moment, here's how to think of it:
Thanks for your feedback! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey :)
at first thanks for this awesome framework. I'm currently exploring it and I'm really happy so far.
As part of my journey I started with the starter project and was directly overwhelmed by its complexity including SSR etca. Then I went back and used the Counter example with CSR and Trunk which is a much easier start and usually enough to get started for simple use cases and tests (and also more comparable to other JS based SPA starters without SSR).
It seems like using the Leptos CLI or Trunk are two complete ways right now, regarding their tooling and complexity. I had hoped to use the Leptos CLI for this simple project like a wrapper of Trunk. Does this make sense? For now I'm fine without the Leptos CLI at all and use only Trunk. But maybe this big difference makes it difficult for other learners to get started as the starter project requires much more understanding of a lot of concepts like SSR, hydration, nightly/stable Rust releases. So just a short notice about my experience so far. :)
Beta Was this translation helpful? Give feedback.
All reactions