babel-plugin-react-isomorphic
v1.0.0
Published
Babel plugin to transform react imports to react/lib/ReactIsomorphic
Downloads
4
Readme
babel-plugin-react-isomorphic
Babel plugin to transform react->react/lib/ReactIsomorphic.
ReactIsomorphic is the internal package that is the “pure” React dependency
without the SECRET_DOM_DO_NOT_TOUCH_OR_YOU_WILL_BE_FIRED
. This means that is
also does not include the ReactDOM default injection.
This is intended to be used for custom React renderers like react-hardware
An alternative solutions would be to use FB’s haste module loader to use the shim React.native.js and/or ReactDOM.native.js files.
License
MIT License. Copyright 2016-present Dustan Kasten