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.
Sort: