rsc-kit
v0.20.10
Published
The rsc-kit command line: add it to a project, and freeze what can be frozen.
Maintainers
Readme
rsc-kit
The command line for rsc-kit — React Server Components as a Vite plugin, on any JavaScript server.
bunx rsc-kit@latest init # add it to a project you already haveStarting from nothing instead:
bun create rsc-kit@latest my-appinit never rewrites anything that exists. It writes the files you do not have,
adds the dependencies you are missing, and for your vite config and your server
— the two files most likely to hold work that took a while to get right — it
prints the exact edit for you to make.
Installing this package also gives you @rsc-kit/core,
so import { rscKit } from '@rsc-kit/core/vite' works after bun add rsc-kit.
Docs: https://docs.rsc-kit.dev · Licence: MIT
