Can we first hydrate/load layouts, then pages, then components with vite? #10412
yogeshgalav
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The idea is to create separate bundle for layouts, components and pages and then load them in order.
As an end user I want to first see layouts, then pages, then components. And as a frontend developer I wish to have my code separated in folders named layouts, pages and components.
It not only will give great UX but also will set some development standards.
Maybe it could also reduce the need for SSR.
Beta Was this translation helpful? Give feedback.
All reactions