github / codespaces-react

MIT License
364 stars 668 forks source link

Generate project with create-react-app on create container #31

Closed WillianAgostini closed 1 year ago

WillianAgostini commented 1 year ago

I noticed that several pull requests were created to update packages. Faced with this situation, I would like to propose a solution to ensure that every new project always starts with a stable version of create-react-app.

My suggestion would be to check if there is already an axios project created whenever a new container is created. If there is no project created, then the solution would be to create a project with create-react-app, using the most stable version of React. That way, we would ensure that all new projects start with the latest and most stable version of React.

WillianAgostini commented 1 year ago

PR: https://github.com/github/codespaces-react/pull/32