Blog
1 week ago
I Finally Get React Server Components (After Breaking Everything Twice)
React Server Components are a new way of rendering React apps. Some components run on the server (no client-side code), some run on a client (for interactivity) The server ones can talk to databases directly.
Source: HackerNoon →