Hi Team
- I have a backend python (flask) server running at localhost:5000, which provides API calls with json data
- Now I have the create-react-app running at localhost:3000, how should I pass the api calls back to localhost:3000?
- Previously, I use "proxy" option in the webpack-dev-server, but now I am not sure how to do it with create-react-app, do I absolutely have to eject it?
Thanks so much for the answer
Hi Team
Thanks so much for the answer