Open BrianMunene96 opened 1 year ago
After the first week's introduction of React, I followed the advice of coaches and decided to check up some background materials and tutorials as follows:
Although I have not yet completely finished the series, They have given me a solid understanding of React which I can carry forward to the nest sessions.
I have followed up on last week's look into React with the courses mentioned earlier i.e.,
I have completed my react project that I was working on over the last couple of weeks.
I plan to finish the react series above whilst building some more projects during the two-week individual project period
Learning Objectives
Priorities: π₯, π£, π₯, π (click to learn more)
There is a lot to learn in this repository. If you can't master all the material at once, that's expected! Anything you don't master now will always be waiting for you to review when you need it. These 4 emoji's will help you prioritize your study time and to measure your progress: - π₯: Understanding this material is required, it covers the base skills you'll need for this module and the next. You do not need to finish all of them but should feel comfortable that you could with enough time. - π£: You have started all of these exercises and feel you could complete them all if you just had more time. It may not be easy for you but with effort you can make it through. - π₯: You have studied the examples and started some exercises if you had time. You should have a big-picture understanding of these concepts/skills, but may not be confident completing the exercises. - π: These concepts or skills are not necessary but are related to this module. If you are finished with π₯, π£ and π₯ you can use the π exercises to push yourself without getting distracted from the module's main objectives. ---
1. Rendering Static Pages
π₯ JSX : you can ...
2. Rendering Data
π₯functional React components: you can ...
[ ] Create a React function component (both function definition and arrow function styles)
[ ] Import/export components between files
π₯ Render data: you can
.map
methodπ₯ Components and props : you can ...
π₯ Create reusable components: you can ...
3. Stateful Components
useState
useEffect
(any side-effect)π₯VDOM : you ....
π₯ Hook
π₯
use-state
π₯
use-effect
π₯ component lifecycle
4. Events
5. Component Structure
6. Consuming APIs
useEffect
callbacks7. Frontend Routing
8. Global State
useContext
useContext
useState
TOP