DEPRECATED, DO NOT USE ¶
React.js Extension for Yii 2
React.js and JSXTransformer.js Assets
Installation ¶
The preferred way to install this extension is through composer.
Add to the require section of your composer.json
file:
"opw/yii2-react": "dev-master"
And run in terminal
composer update
If you see the following error message:
Your requirements could not be resolved to an installable set of packages.
Change in the composer.json
file
~~~
"minimum-stability": "dev",
~~~
And add ~~~ "prefer-stable": true, ~~~
Usage ¶
Add to assets/AppAsset.php file:
'opw\react\JSXTransformerAsset', // optional
'opw\react\ReactAsset'
For don't use JSXTransformer, use react-tools and add your JSX compiled files in AppAsset.php:
public $js = [
'build/HelloWorld.js'
];
Further Information ¶
Please, check the React.js site documentation for further information about its configuration options.
Development ¶
Web & Mobile development
www.mobilizy.com.br
Awesome.
Nice. I am going to play around with this when i have time. thank you.
JSXTransformer.js is not present
JSXTransformer.js is not only not being added to the web assets directory, but the source JS file doesn't seem to exist at all from what I can tell.
definetly BROKEN.
Just import the react scripts into your page and you should be fine. See tutorial:
https://reactjs.org/docs/add-react-to-a-website.html
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.