https://github.com/insin/redbox-noreact
A fork of redbox-react which doesn't import React
https://github.com/insin/redbox-noreact
react react-component redbox
Last synced: 10 months ago
JSON representation
A fork of redbox-react which doesn't import React
- Host: GitHub
- URL: https://github.com/insin/redbox-noreact
- Owner: insin
- License: other
- Created: 2015-11-15T23:04:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-30T11:04:16.000Z (about 10 years ago)
- Last Synced: 2025-08-09T14:53:19.761Z (10 months ago)
- Topics: react, react-component, redbox
- Language: JavaScript
- Size: 4.88 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# redbox-noreact
[![npm package][npm-badge]][npm]
A fork of [redbox-react](https://github.com/KeywordBrain/redbox-react) which doesn't import React, as this can be problematic for global tools which manage React hot loading such as [nwb](https://github.com/insin/nwb) and [react-heatpack](https://github.com/insin/react-heatpack).
Only for React >=0.14, as it uses stateless functional components and inline object literals instead of calls to `React.createElement()`.
## MIT Licensed
[npm-badge]: https://img.shields.io/npm/v/redbox-noreact.svg
[npm]: https://www.npmjs.org/package/redbox-noreact