npm install
npm start
open http://localhost:8080/webpack-dev-server/
The repository contains tagged versions of each of the steps needed to integrate ReactJS into AngularJS.
To switch use:
git checkout [version number]
e.g.
git checkout v3
Project setup
AngularJS and ReactJS running on same page
Create a reactRender directive to load ReactJS
Wrap ReactJS in AngularJS's dependency injection
Use $inject to smartly pass component names
Add sample data services that doesn't update on ReactJS
Data binding using the $watch inside the ReactJS component.
Data binding using the reactRender directive and props passing.
Built with love by 500Tech.com