DEV Community

Discussion on: The Django Rest Custom User Model and Authentication

Collapse
 
prabhakn profile image
Prabhakaran Karthikeyan

Hi Tarush,

   Would you show me, how to integrate react js with django ?
Collapse
 
callmetarush profile image
Tarush Nagpal

Hi! There are multiple ways to do so, In the scenario for this post I had deployed my django app as a REST API and then made POST/GET Requests from my react app to django, It's makes communications very simple and straight forward.

Collapse
 
prabhakn profile image
Prabhakaran Karthikeyan

Have you used nginx to integrate fronend and backend

Thread Thread
 
callmetarush profile image
Tarush Nagpal

I think you're a little confused, nginx is a web server which mostly helps us while we're hosting it somewhere. To "integrate" frontend and backend you just need to make POST/GO requests from the frontend to the backend