One of the top priorities of any developer is ensuring that their application is as performant as possible. These guides are here to help you follow best practices for building performant applications by taking advantage of different rendering strategies.
Guides Types | Description |
---|---|
Server and hybrid rendering | Learn how to leverage rendering pages on the server to improve load times. |
Hydration | A process to improve application performance by restoring its state after server-side rendering and reusing existing DOM structure as much as possible. |
Incremental Hydration | Incremental hydration is an advanced type of hydration that can leave sections of your application dehydrated and incrementally trigger hydration of those sections as they are needed. |