Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 2.4 KB

learning_material.md

File metadata and controls

38 lines (30 loc) · 2.4 KB

React.js Crash Course Resources

Learning Resources related to the React.js Crash Course by Mobile-web.dev.

Day 1 - Introduction to React.js

Day 2 - Pure React and React tooling

Day 3 - Jsx intro , components and props.

Day 4 - State and life cycle methods, handling events and conditional rendering

Day 5 - Forms, Create working todo app, lists and keys

Day 6 - Context api and lifting up state.

Day 7 - Async calls in react and Routing