React JS Masterclass - Go From Zero To Job Ready, by Packt publishing
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
- Lecture code files and resources: https://github.com/ShubhamSarda/react-ul
- Taskmate: https://taskmate-ul.netlify.app | https://github.com/ShubhamSarda/taskmate-react
- Cinemate: https://cinemate-ul.netlify.app | https://github.com/ShubhamSarda/cinemate
- Shopmate (Context Reducer): https://shopmatecr-ul.netlify.app | ‣
- Shopmate (Redux): https://shopmate-redux.netlify.app | https://github.com/ShubhamSarda/shopmate-redux
- Codebook: https://codebook-ul.netlify.app | https://github.com/ShubhamSarda/codebook
- Writenode: https://writenode-ul.netlify.app | https://github.com/ShubhamSarda/writenode
- Shopmate: https://shopmate-ul.netlify.app | https://github.com/ShubhamSarda/shopmate
- Word Counter: https://wordcounter-ul.netlify.app | https://github.com/ShubhamSarda/wordcount-ul
- Taskmate: https://github.com/ShubhamSarda/react-ul/tree/main/030
- Routemate: https://github.com/ShubhamSarda/react-ul/tree/main/060
- React Deployment (Using Git & Github): React: How To Deploy
- Tailwind CSS: Tailwind CSS - Crash Course
- Context & Reducers: Context and Reducers
- Redux Toolkit: Redux Toolkit
- React Testing: React Testing