Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
create-react-prototype
Advanced tools
A CLI similar to create-react-app, just for simple & small libraries. 📚
Create, test & showcase React libraries with no build configuration. 📚
create-react-prototype intends to fix these issues by providing a zero configuration out of the box solution for writing react libraries. There won't be a single file related to your build process, etc. in your library.
npm
& yarn
are supportedIf you are a visual learner you can find a video tutorial here: https://www.youtube.com/watch?v=XwdJaKLfFK4
Install create-react-prototype
globally:
$ npm i -g create-react-prototype
Create a new directory for your libaray and initialize the project in it:
$ mkdir my-library
$ cd my-library
$ create-react-prototype init
You'll now be prompted to set up the package.json, and then create-react-prototype
will go ahead and set everything up for you.
Building/testing/releasing your library is rather simple with these scripts:
$ npm run build
$ npm run watch
$ npm run test
$ npm run pack
$ npm run release
If you cd to example
a create-react-app stands ready to be used, with your library already installed:
$ npm run watch
$ cd example
$ npm run start
Read more in the wiki.
1.2.1
FAQs
A CLI similar to create-react-app, just for simple & small libraries. 📚
We found that create-react-prototype demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.