问题
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.
回答1:
I've implemented semantic-react in one my project. Works like a charm. You'll need to override bootstrap assets for this to work. Instructions on how to install semantic react are on their official website. Use cdn to make your process more easy.
回答2:
you can look on this project, this can be helpful and looks easy in implementation
yii2-react
来源:https://stackoverflow.com/questions/45529010/how-to-use-react-js-with-yii2-0