Skip to content

React JustReact Server Components without a Framework

Vite plugin to enable React Server Components

Simplicity and flexibility above all

How React Just compares to other frameworks.

Topic
React JustReact Just
Next.jsNext.js
React RouterReact RouterReact Router
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

Released under the MIT License.