Hacker News new | ask | show | jobs
by beeskneecaps 3524 days ago
Wish there was a project that setup Django along with create-react-app so that the webpack code could stay up to date with some kind of standard (avoiding eject if possible).
1 comments

it's actually pretty annoying in my experience to use the create-react-app with django because of CORS related issues. chrome doesnt like sending ajax requests from localhost:3000 -> localhost:8000