I have been doing traditional design using HTMl, CSS on my projects. This time i want to implement reactjs in the design. But i am unable to get clue about how to implement reactjs in my YII2.0 project.
-
facebook.github.io/react/tutorial/tutorial.htmlzerkms– zerkms2017-08-06 05:56:12 +00:00Commented Aug 6, 2017 at 5:56
-
I tried the process given in the link yiiframework.com/extension/yii2-react and installed in yii project but still could not figure how actually the codes works in yii2Alesh– Alesh2017-08-06 08:41:59 +00:00Commented Aug 6, 2017 at 8:41
Add a comment
|
1 Answer
you can look on this project, this can be helpful and looks easy in implementation
3 Comments
Perry
This is a link-only answer
TheStoryCoder
I want to use React for entire pages in my Yii2 project, not just a widget. Can I use it for that?
b.tokman
Yes, you can put in widget config your main root component , and it would be render as default react app