Application that will help you learn React fundamentals. Install this application locally - there's tutorial, code snippets and exercises. The main objective of this project is to help you get off the ground with React!
Thanks for this project! Really helpful to have more educational material in the community!
This PR upgrades fsevents to 1.2.9 to support Node v12 as documented in fsevents/fsevents#274.
It requires a major upgrade (2 -> 3) of react-scripts too due to the locked version number in their dependency. The list of breaking changes seemed to be short and the application works after the upgrade.
Thanks for this project! Really helpful to have more educational material in the community!
This PR upgrades
fsevents
to1.2.9
to support Node v12 as documented in fsevents/fsevents#274.It requires a major upgrade (2 -> 3) of
react-scripts
too due to the locked version number in their dependency. The list of breaking changes seemed to be short and the application works after the upgrade.