esbuild-react is a CLI tool (v0.2.2) for scaffolding barebones React projects that compile with esbuild for maximum speed. It is built with oclif and offers optional choices for TypeScript or JavaScript and npm or Yarn as package managers. The package is stable but has very low download volume and appears to be a small utility rather than a widely maintained library. It requires Node >=8.0.0 and ships TypeScript types. Differentiators include its singular focus on fast esbuild-based setup versus alternatives like create-react-app.
npm install esbuild-reactNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Scaffold a new React project with TypeScript and npm using esbuild as the bundler.
Use Node v14+ for best results.
Consider using Vite or create-react-app with esbuild if issues arise.
Run `npm install -g esbuild-react` or use `npx esbuild-react`.
Add esbuild as a dependency: `npm install --save-dev esbuild`.
No dependency data recorded yet.