DEV Community

Discussion on: Why seems React to be so extremely complex

Collapse
 
bushblade profile image
Will Adams • Edited

Create react app allows you to proxy requests in development. Just add "proxy": "http://localhost:5000" to your react apps package.json where 5000 is the port your backend is running on.