attus / reactjs
React.js Javascript Library
Package info
Language:JavaScript
Type:drupal-module
pkg:composer/attus/reactjs
1.4.1
2022-01-07 12:22 UTC
Requires
- drupal/core: ^9.2 || ^10.0
This package is auto-updated.
Last update: 2026-03-07 22:16:31 UTC
README
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.