Combine django and react in a single full stack project

I want to make a project where in backend I use django and for fronted I want to use react. So in one project how can i combine this two with the help of Pycharm IDE?

1
2 comments
Avatar
Permanently deleted user

I was thinking the same. Please let me know if you got the solution

 

0

There is no specific steps to combine Django and JavaScript frameworks in one project. Django is used to write backend and start development server. ReactJS is sourced in HTML templates just like any other web projects. There shouldn't be any issues, AFAIK.

0

Please sign in to leave a comment.