React Server Components powered by Vite. Framework-free, platform-agnostic.
ReactJust lets you use React Server Components without relying on a framework. It integrates directly with Vite, providing a minimal setup to build modern React apps using server and client components.
Important
🚧 ReactJust is in early development. APIs may change and some features (like 'use server'
support) are still in progress.
If you're interested in using ReactJust, follow the guide here. If you're interested in the code, keep reading.
This monorepo contains the following packages:
Package | Description |
---|---|
react-just |
Vite plugin and core client and server dependencies |
@react-just/node |
Node.js runtime for serving ReactJust apps |
rollup-plugin-react-use-client |
Rollup plugin that transforms React's "use client" directive files. |