react
An npm package to get you immediate access to React,
without also requiring the JSX transformer. This is especially useful for cases where you
want to browserify
your module using
React
.
react
npm package has recently changed!
The If you're looking for jeffbski's React.js project, it's now in npm
as autoflow
rather than react
.
Example Usage
// Previously, you might access React with react-tools.var React = React; // Now you can access React directly with react-core.var React = ; // You can also access ReactWithAddons.var React = ;