client side routing? #987
amitu
started this conversation in
Ideas & RFCs
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://docs.rs/leptos_router/latest/leptos_router/ etc are becoming common place. We can add some kernel components for routing. Not sure if I like the "whole site is just a single tree" view of things tho. What is the utility of trying to save re-rendering common areas like header and footer? After all they may also contain elements that will change when routes change. Why not let browser do its thing, and we get out of the way?
Beta Was this translation helpful? Give feedback.
All reactions