-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to correctly pass API requests to another backend server #248
Comments
We are discussing this in #147. |
Hi @gaearon Thanks so much for your reply the devServer setting I used previously is
About your question also, it means that in all my |
👍 Thanks for explaining. I’ll close this in favor of #147 but I’ll make sure to revisit your use case when we work on this. |
Thanks Dan, |
Hi @ripitrust
and my update function is like this
But i have a service workers NOT found issue when launhing my app. |
* feat(react-scripts/prod): use new uglifyJsPlugin for ES6 support this closes facebook#21, facebook#158, facebook#248 * feat(react-scripts/prod): execute uglify plugin parallel + enable caching
Actually you could connect your react and flask in one step, just copy your react html file and bundle.js inside the public folder and put it inside the flask static folder, but pay attention about the relative path of the bundle.js, then if you run the flask again, you could see your react server. Hope that will help. |
Hi Team
Thanks so much for the answer
The text was updated successfully, but these errors were encountered: