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
How do you know if there is a new release to update? I usually use npm-check but other people could check manually going to Releases, among others. Whatever it is, you get the information after requesting manually.
I want to make a proposal to avoid this. If there is a new version, CRA will alert you about this if you run on development mode. So, you could see a message (browser console and terminal) while you are working.
Messages might vary. I'll give you some possible examples as proposals.
Info: There is a new major release. Read more on...
Info: There are 2 new major release ahead to your current version. Read more on...
Info: There is a new minor release. You could upgrade easily just running this command on your terminal...
How cool would be that for developers who want to save time and be focus on the app as much as possible?
The text was updated successfully, but these errors were encountered:
There is update-notifier, but I'm against it. create-react-app doesn't update that often and Greenkeeper/Renovate/yarn outdated work for react-scripts.
Hi, guys.
How do you know if there is a new release to update? I usually use
npm-check
but other people could check manually going to Releases, among others. Whatever it is, you get the information after requesting manually.I want to make a proposal to avoid this. If there is a new version, CRA will alert you about this if you run on development mode. So, you could see a message (browser console and terminal) while you are working.
Messages might vary. I'll give you some possible examples as proposals.
How cool would be that for developers who want to save time and be focus on the app as much as possible?
The text was updated successfully, but these errors were encountered: