React is still just a library to render components, but with Server Components, it now offers a new application architecture where you can render them ahead of time. This could be during build time, or at runtime, where they allow access to data without building an API that needs to be queried from the client.

12m read timeFrom tkdodo.eu
Post cover image
Table of contents
So what changed?You Might Not Need ItIntegrationHybrid approachIt's not a "killer"

Sort: