Reactify Django
By Justin

Updated version on this blog post
Reactify Django is Here
Build the integration you never knew how much you needed.
React is a powerful component JavaScript library. With it, you can build all kinds of user inferfaces from something as simple as a contact form all the way to an entire front end.
This project is about integrating React with Django.
Tech
- React 16.4.0
- Django 1.11+
- Django Rest Framework 3.8.2+
- Django CORS Headers 2.2.0+
- Python 3.5+
Recommended Start
$ cd path/to/your/dev/folder
$ mkdir reactifydjango
$ cd reactifydjango
$ git clone https://github.com/codingforentrepreneurs/Reactify-Django .
$ git reset bc78f49e5f3fe1992b99afb85782b6281bf981a1 --hard
$ git remote remove origin
$ virtualenv -p python3 .
$ source bin/activate
(reactifydjango) $ cd src
(reactifydjango) $ pip install -r requirements.txt
(reactifydjango) $ cd reactify-ui
(reactifydjango) $ npm install