In this app we are simplifying the react install process by using react CDN, like any regular javascript library. Of course, this method has good and bad.
The react part was integrated using react CDN. React CDN
- <script src="https://unpkg.com/react@16/umd/react.production.min.js"></script>
- <script src="https://unpkg.com/react-dom@16/umd/react-dom.production.min.js"></script>
- <script src="https://unpkg.com/babel-standalone@6.15.0/babel.min.js"></script>
Read more about the app at Phil Serme.com
- Connect react to API
- Pass react props from Parent to Child
- Performe different valiadtion method in react
- git clone https://github.com/QbasicFan/meanRest
- add meanRest(default name) to settings
- add path to rest in url
- python manage.py collectstatic