Slide 10
Slide 10 text
Possible Measures
● JIT Hydration
○ Qwik
○ Hard but huge impact
○ Closely linked Bundler + Framework
● Hydrate only interactive components
○ React Server Components
● Move non-interactive parts of components to the backend
○ Remix, Next.js
○ Focuses on data fetching
○ "Simple"