-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minju: Component Based Design, 3 Weeks #419
Comments
Week 1Sorry @danielhalasz for late check-in. I Need Help With:Last week I was trying to understand React from documents as well as YouTube videos. Sometimes video search itself will eat my time. Finally I got one in my native language and boost up my interest towards React.video. So I missed the check-in in middle. I was confused with props in the beginning but now it is clear. What went well?
What went less well?
Lessons Learned
Sunday Prep Work-Practice Practice... |
you can write me on Slack if you have specific questions. is state a bit clear now after the Sunday class? |
Week 2I have push my Todolist code here I Need Help With:
What went well?
What went less well?I felt difficult to put css with in the component. then I add my styles to index.css . Lessons Learned
Sunday Prep Work-Practice Practice...
|
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:
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.
all if you just had more time. It may not be easy for you but with effort you
can make it through.
You should have a big-picture understanding of these concepts/skills, but may
not be confident completing the exercises.
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
The text was updated successfully, but these errors were encountered: