HomeHow you code in this setupThe __isClient__ propReact.SuspenseEjectDotenv readycreate-rsc-app
THE RSC SETUP
react
This is a setup for RSC (React Server Components) development.
You can use it with SSR (Server Side Rendering) or without SSR.
It has included styled-components and react-context-slices, a library to manage state that seamlessly integrates both Redux and React Context with zero-boilerplate.
With this setup you can build SPA's with secret keys to fetch an API hidden from the client (browser) or fetch some database in the server with Prisma.
loading ...