Drupal Module for progressively decoupled React Components in Drupal. Currently applied version: React v17.0.2
How to use:
- Enable the module reactjs
- Define in your JS Library React.js as dependency:
myLibrary:
js:
js/my_library.js: {}
dependencies:
- reactjs/reactjs
After that, you may use React.js everywhere your library is attached. You are free to use this module without any restriction but without any warranty.