neosrulez/reactjs

Last activity 30 Dec 2020 304
composer require neosrulez/reactjs

A package for Neos CMS which embeds ReactJS and Babel.

0.0.1

Version
0.0.1
Type
neos-package
Release Date
Dec 30, 2020 16:15
Source
git
Distribution
zip
Requires
GPL-3.0+ 94a2963eb7662ab402f93c39101b50ffefdbb075

ReactJS for Neos CMS

A package for Neos CMS which embeds ReactJS and Babel. https://reactjs.org/

Installation

The NeosRulez.ReactJS package is listed on packagist (https://packagist.org/packages/neosrulez/reactjs) - therefore you don't have to include the package in your "repositories" entry any more.

Just run:

composer require neosrulez/reactjs

Usage

AcmeSiteReactJs = NeosRulez.ReactJs:Component.Script.Tag {
    src = Neos.Fusion:ResourceUri {
        path = 'resource://Acme.Site/Public/JavaScript/scripts.js'
    }
    inline = true
}

Author

The content of the readme is provided by Github
The same vendor provides 71 package(s).