Full-Stack Web
React Server Components (RSC) & Server Actions: Clean Full-Stack Architecture
Eliminate redundant API boilerplate by fetching data on the server and executing transactional mutations with 'use server' actions.
3 min
Zero-Bundle-Size Server Components
Server Components run purely on the server, allowing direct database access without exposing secret credentials or sending bulky libraries to the client.