react-server
Zero-config React server rendering, routing, and deployment
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install react-server?▼
Run `npx skills add lazarv/react-server --all -g -y` in your terminal to install this skill globally.
What is @lazarv/react-server used for?▼
It is a React Server Components runtime built on Vite that lets you run a full SSR React app from a single file with one command. It includes routing, caching, server functions, and deployment adapters with zero configuration.
How do I start a new react-server project?▼
Run `npx @lazarv/create-react-server` to scaffold a project, or create one App.jsx file and run `pnpm react-server ./App.jsx` to start a server-rendered app instantly.
Does react-server support file-system routing?▼
Yes. It automatically routes based on your file structure, supporting layouts, dynamic segments, catch-all routes, middleware, API endpoints, and loading or error boundaries.
Where can I deploy a react-server app?▼
It runs on Node.js, Bun, and Deno, and ships with built-in adapters for Vercel, Netlify, and Cloudflare, plus static export for any static host.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core