Note: This resource section only makes sense if you have watched the course lectures otherwise you will see random points and multiple links.
Includes: Reference links, reading material, cheat-sheet PDFs, exercises and more.
CRA: https://reactjs.org/docs/create-a-new-react-app.html StackBlitz: https://stackblitz.com/fork/react
Extensions:
ES7 React Snippet, Auto Import, Material Icon Theme, Simple React Snippets
Theme (File > Preferences > Color Theme)
Settings ((Ctrl) + ,) Search "emmet include languages", item: javascript, value: javascriptreact (and then hit ok)
Settings ((Ctrl) + ,) Search “Sticky Scroll” > Check Enable
Common Doubts:
How To Use Specific React Version With CRA: https://stackoverflow.com/a/72685421/7846238
Axios vs Fetch https://stackoverflow.com/a/50326744/7846238