[Answered ]-ReactJS & Django Cross-domain

1👍

With modern browsers, the only solution is to use a proxy when developing your frontend app on localhost. For React apps, this can be easily done with create-react-app by adding the proxy field in package.json

Leave a comment