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.
babel-plugin-react-hot
Advanced tools
Babel plugin using `react-hot-api` to add hot reloading to `React.createClass` and all classes with a `render` method.
Babel plugin using react-hot-api
to add hot reloading to React.createClass
and all ES6 classes with a render
method.
Most of this can be accredited to babel-plugin-react-hotify
. This particular repo was made to support the original react-hot-api
as a Babel plugin.
jspm install babel-plugin-react-hot=github:loggur/babel-plugin-react-hot@1.0.0
or
jspm install babel-plugin-react-hot=npm:babel-plugin-react-hot
or
npm install babel-plugin-react-hot
Simply add the module to either .babelrc
or options.plugins
for babel.transform
. See Babel's plugin docs.
To use this with webpack
without manually adding module.hot.accept()
to the bottom of your modules, use webpack-module-hot-accept
.
MIT
FAQs
Babel plugin using `react-hot-api` to add hot reloading to `React.createClass` and all classes with a `render` method.
The npm package babel-plugin-react-hot receives a total of 5 weekly downloads. As such, babel-plugin-react-hot popularity was classified as not popular.
We found that babel-plugin-react-hot 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.