Local development
Run the package and examples from the repository.
Setup
Use Node.js 22.12+ or 24 and pnpm 11.21.0.
git clone https://github.com/skyaara/react-7tv.git
cd react-7tv
pnpm install --frozen-lockfile
pnpm build
pnpm marketing:devValidation
pnpm check # Types, lint, tests, builds, package checks
pnpm check:all # Also build every example
npm pack # Build a local release tarballUpgrading from 0.1
0.2 uses Provider7tv, Text7tv, Emote7tv, and use7tv. Branded types use the 7tv suffix. The data helpers keep their existing names. The previous spelled-out API names are no longer exported.