React Notes, Remineders and Links

#### CRA Upgrade (EXAMPLE)

https://github.com/facebook/create-react-app/blob/master/CHANGELOG.md

yarn add [email protected]

# Moving to Typescript

https://www.sitepoint.com/how-to-migrate-a-react-app-to-typescript/

# Local Storage

https://hackernoon.com/how-to-take-advantage-of-local-storage-in-your-react-projects-a895f2b2d3f2

# Disable Right Click

https://stackoverflow.com/questions/28648292/right-click-menu-using-react-js/28656242#28656242

# JS

https://stackoverflow.com/questions/36270422/reactjs-settimeout-not-working