@builder.io/react

v5.0.4
NOTE: If you want to register your React Server Components as custom components in Builder, you will need to use our experimental NextJS SDK [here](https://github.com/BuilderIO/builder/tree/main/packages/sdks/output/nextjs).

docs

typedoc

lint

tslint -t codeFrame '../**/*.ts' 'test/**/*.ts'

build

rimraf dist && NODE_ENV=production tsc --module commonjs && rollup -c rollup.config.ts

build:docs

typedoc --out docs --target es6 --theme minimal --mode file src

start

rollup -c rollup.config.ts -w

test

jest

test:watch

jest --watch

test:prod

yarn lint && yarn test -- --coverage --no-cache

deploy-docs

ts-node tools/gh-pages-publish

release

yarn build && npm publish

release:major

yarn build && yarn version major && yarn npm publish

release:minor

yarn build && yarn version minor && yarn npm publish

release:patch

yarn build && yarn version patch && yarn npm publish

release:nightly

yarn build && yarn version prerelease && yarn npm publish --tag nightly

release:dev

yarn build && yarn version prerelease && yarn npm publish --tag dev

fix-core-version

bash ./scripts/fix-core-version.sh

ci:test

yarn test

ci:build

yarn build
npm i @builder.io/react

Metadata

  • MIT
  • >=6.0.0
  • Steve Sewell
  • released 10/3/2024

Downloads