Vite plugin to enable React with React Server Components support.
The simplest way to use React Server Components. It's a Vite plugin and requires minimal setup.
Important
🚧 React Just is in early development. APIs may change and some features (like 'use server'
support) are still in progress.
If you're interested in using React Just, follow the guide here. If you're interested in the code, keep reading.
This monorepo contains the following packages:
Package | Description |
---|---|
react-just |
Core plugin and low level utilities APIs |
@react-just/node |
Node.js adapter |
@react-just/vercel |
Vercel adapter |