Assessing Feasibility for Improved Web Performance #1661
ramonmalcolm10
started this conversation in
Ideas
Replies: 2 comments
-
Was just having a discussion on how the JS frameworks have evolved and shift to a model to support progressive enhancement. Would love to hear the community feedback on Inertia adapting this model as well. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Any changes related with RSCs in inertia? |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
@reinink would love to have your feedback on the following:
HTML Streaming, React Server Components, and Prefetching: Your perspective on how these techniques align with Inertia's architecture and whether there are any notable challenges in their implementation.
Efficient Data Handling: Would it be possible to only fetch data that are used in persistent layout once and apply lazy load technique on subsequent navigation.
View Page Transition API: Considering Inertia's structure, I'd love to know your thoughts on integrating the View Page Transition API for seamless transitions between views. How complex would this be to achieve?
Beta Was this translation helpful? Give feedback.
All reactions