If you know Django, then the database and backend part is in your hand, for API you need to know Django REST, which hardly takes an hour to master, and for frontend, react is your best sword . Let dive into the coding part.26 May 2021
Read moreShould I use a front end framework with Django?
If you want to separate your project into a Django backend, and a frontend SPA, which only consumes data via a REST API, you’d be very well advised to use a frontend framework. When you’re thinking about decoupling, you should be sure that it’s well motivated.
Read more