10 Rendering Patterns Explained

đź“… September 5, 2023

What is rendering?

It's the process of turning data and code into HTML to be seen by the end user

Can be done:

1. Static Website

Frameworks:

2. Multi Page Applications

Frameworks:

3. Sinlge Page Applications (SPA)

Frameworks:

4. Server Side Rendering with hydration (SSR)

Frameworks:

5. Static Site Generation with hydration (SSG)

Frameworks:

6. Incremental Static Regeneration

Frameworks:

7. Partial Hydration

Frameworks:

8. Islands (Architecture)

Frameworks:

9. Streaming SSR

Frameworks:

10. Resumability

Frameworks:

Related: