babel-plugin-react-isomorphic

1.0.0 • Public • Published

babel-plugin-react-isomorphic

Build Status

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

Readme

Keywords

Package Sidebar

Install

npm i babel-plugin-react-isomorphic

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • iamdustan