12 hours freeCodeCamp React course
Jul 28, 2022 | 1360 views
Basic React Course
- React course link: https://scrimba.com/learn/learnreact
- React doc: https://reactjs.org/docs/components-and-props.html
- Roadmap: Frontend Developer
- Roadmap: Backend Developer
- Roadmap: React Developer
Note
July 28, 2022
- ReactJS How to display image from an URL
- CSS Margin vs. Padding: What's the Difference?
- CSS Flexbox: Basic_Concepts_of_Flexbox
Aug 9, 2022
Aug 19, 2022
Aug 31, 2022
Advance React Course
Module 13 of Frontend couse : https://scrimba.com/learn/frontend#
Note
Sep 3, 2022
Sep 5, 2022
Sep 7, 2022
Roadmap from freecodecamp: How to Learn React — A roadmap from beginner to advanced
Oct 24, 2022
- Youtube: Responsive Design Tutorial - Tips for making web sites look great on any device
- React Router: React Router tutorial by Paul Sherman
- React router complete guide
Oct 25, 2022
- React.js CRUD App with React Router & Axios
- A FULLSTACK Web Application built using MERN Stack (MongoDB, Express, React, Nodejs) (from reactjsexample)
- A networked multiplayer tetris game built using react and redux (from reactjsexample)
2 Nov, 2022
8 Nov, 2022
10 Nov, 2022
- Pagination Virtual and Infinite Scrolling in React (my homework here same as above)
14 Nov, 2022
- New features added to my hacker news clone homework
- added pages to avoid reload for visited page
- added sticky navbar effect (refer to Sticky nav bar on scroll with React hooks ) and gained knowledge of React.useRef() hook