Addon that add React into Classic UI
- Install it and have React and ReactDOM available in your Plone Classic UI as bundle.
- React 19.2.0
If you need to update React version, just run:
> npm install react@latest react-dom@latest > npm run build
Install redturtle.reactbundle by adding it to your buildout:
[buildout]
...
eggs =
redturtle.reactbundle
and then running bin/buildout
- Issue Tracker: https://github.com/RedTurtle/redturtle.reactbundle/issues
- Source Code: https://github.com/RedTurtle/redturtle.reactbundle
This product was developed by RedTurtle Technology team.
The project is licensed under the GPLv2.