2017 © Pedro Peláez
 

yii2-extension yii2-react

The React.js library extension for the Yii framework

image

opw/yii2-react

The React.js library extension for the Yii framework

  • Wednesday, May 27, 2015
  • by opw
  • Repository
  • 3 Watchers
  • 10 Stars
  • 1,509 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 2 Open issues
  • 4 Versions
  • 4 % Grown

The README.md

React.js Extension for Yii 2

React.js and JSXTransformer.js Assets, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Add to the require section of your composer.json file:, (*3)

"opw/yii2-react": "dev-master"

And run in terminal, (*4)

composer update

If you see the following error message:, (*5)

Your requirements could not be resolved to an installable set of packages., (*6)

Change in the composer.json file, (*7)

"minimum-stability": "dev",

And add, (*8)

"prefer-stable": true,

Usage

Add to assets/AppAsset.php file:, (*9)

'opw\react\JSXTransformerAsset', // optional
'opw\react\ReactAsset'

For don't use JSXTransformer, use react-tools and add your JSX compiled files in AppAsset.php:, (*10)

public $js = [
    'build/HelloWorld.js'
];

Further Information

Please, check the React.js site documentation for further information about its configuration options., (*11)

Development

Mobilizy
Web & Mobile development
www.mobilizy.com.br, (*12)

The Versions

27/05 2015

dev-master

9999999-dev

The React.js library extension for the Yii framework

  Sources   Download

MIT License

The Requires

 

yii2 react

27/05 2015

v0.0.3

0.0.3.0

The React.js library extension for the Yii framework

  Sources   Download

MIT License

The Requires

 

yii2 react

25/05 2015

v0.0.2

0.0.2.0

The React.js library extension for the Yii framework

  Sources   Download

MIT License

The Requires

 

yii2 react

25/05 2015

0.0.1

0.0.1.0

The React.js library extension for the Yii framework

  Sources   Download

BSD-3-Clause

The Requires

 

yii2 react