Quickstart template for building React npm packages with JSX support.
react-boilerplate is a starter template for creating npm packages that use React and JSX. It provides a minimal, pre-configured build system so developers can quickly start building and publishing React libraries without spending time on setup.
React developers who want to create and publish reusable npm packages or libraries with minimal configuration overhead.
It offers a quick, no-fuss starting point with built-in JSX support and standard npm scripts, reducing the initial setup time for React package development.
Boilerplate for creating a React npm package
Just run `npm install` and `npm run build` to get started, with no complex configuration needed, as emphasized in the README.
Includes pre-configured JSX compilation out of the box, allowing immediate writing of React components with JSX syntax.
Ideal for rapidly creating and testing React npm packages without investing time in build system setup.
The README clearly states it's no longer maintained, meaning no updates, security patches, or support for newer tools.
Lacks advanced features like testing frameworks, linting, or CSS-in-JS integrations that are common in modern boilerplates.
Likely uses older versions of Babel or Webpack, which could cause compatibility issues with newer React releases or npm packages.
A boilerplate for Node.js web applications
A Foundation for Scalable Cross-Platform Apps
Tweak React components in real time. (Deprecated: use Fast Refresh instead.)
A starter boilerplate for a universal webapp using express, react, redux, webpack, and react-transform
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.