Just React
No extra features or opinions. Just React with React Server Components.
Vite plugin to enable React Server Components
How React Just compares to other frameworks.
Topic | |||
---|---|---|---|
RSC support | Support for use server directive at function-level under development | Full support | Experimental and confusing to set up |
Learning curve | React Server Components with a few utilities to read request details and modify responses | Includes many additional features and conventions | Includes many additional conventions that overlap with RSC, which can cause confusion. Also, multiple modes and the relation to Remix can generate even more confusion. |
Routing | Choose your routing solution, skip routing, or build your own | Not customizable; strictly file-system based | Built on React Router; supports programmatic and file-system routing |
Deployment | Deployable anywhere | Difficult to deploy the fully-featured version outside Vercel. | Deployable anywhere |