You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create-react-app is still evolving. Do you plan to continue to track create-react-app, and just run their update scripts as needed? Or does using express-react-starter require me to eject my project from the mainline create-react-app?
I plan to just stay in sync with create-react-app. While it's just react-scripts under the covers in both places, they could make structural changes that would require me to update this project as well. I thought about turning this into a Yeoman generator, but that doesn't solve the problem either. This is because this project is an opinionated setup as it has to be in order to address the use case.
These aren't so much issues, but requests for clarification...
creat-react-app has a proxy facility for an api server (as described in https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#proxying-api-requests-in-development) Does this project (express-react-starter) replace the need to have a separate proxy dev server?
create-react-app is still evolving. Do you plan to continue to track create-react-app, and just run their update scripts as needed? Or does using express-react-starter require me to eject my project from the mainline create-react-app?
I found this project from the Medium article. You should include a link to it (https://medium.com/burke-knows-words/introducing-express-react-starter-b6d299206a3a) in the README.md since it's such a good exposition about the project
Thanks!
The text was updated successfully, but these errors were encountered: