attus/reactjs

React.js Javascript Library

Installs: 141

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:drupal-module

1.4.1 2022-01-07 12:22 UTC

This package is auto-updated.

Last update: 2025-05-07 20:25:37 UTC


README

Maintenance GitHub release GitHub release GitHub release GitHub release

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.