lazarvlazarvCommunity·1 Agent Skills Included

react-server

Zero-config React server rendering, routing, and deployment

Builds full-stack React applications with server components, streaming SSR, and file-system routing from a single file. Eliminates complex framework setup, boilerplate config, and manual build pipelines. Handles caching, server functions, live streaming, and static export out of the box. Deploys directly to Vercel, Netlify, Cloudflare, Node, Bun, or Deno with built-in adapters.
npx skills add lazarv/react-server --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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