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-side rendering | Learn how to leverage rendering pages on the server to improve load times. |
Build-time prerendering | Also known as static-side generation (SSG), is an alternate rendering method 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. |