https://github.com/500tech/react-in-angular
How to use ReactJS in AngularJS
https://github.com/500tech/react-in-angular
Last synced: 5 months ago
JSON representation
How to use ReactJS in AngularJS
- Host: GitHub
- URL: https://github.com/500tech/react-in-angular
- Owner: 500tech
- Created: 2015-08-22T11:16:48.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-12-25T17:30:50.000Z (over 9 years ago)
- Last Synced: 2025-04-30T10:33:29.415Z (about 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 4
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Using ReactJS with AngularJS
============================
## Starting up
```
npm install
npm start
open http://localhost:8080/webpack-dev-server/
```
## Versioning
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
### v1
Project setup
### v2
AngularJS and ReactJS running on same page
### v3
Create a *reactRender* directive to load ReactJS
### v4
Wrap ReactJS in AngularJS's dependency injection
### v5
Use *$inject* to smartly pass component names
### v6
Add sample data services that doesn't update on ReactJS
### v7
Data binding using the *$watch* inside the ReactJS component.
### v8
Data binding using the *reactRender* directive and *props* passing.
Built with love by [500Tech.com](http://500tech.com)