DEV Community

Discussion on: Django/Python or Django/React or React/MongoDB

Collapse
 
sixfwa profile image
Francis Ali 👨‍🎨

Might come across as an unpopular take. However I would recommend building it in Django (the entire app). You can also make use of Ajax or JQuery for more funky frontend stuff or API calls.

You can then later add React into your app. One good way could be to make use of: github.com/Frojd/django-react-temp...