-
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
Andrii Vlasiuk: Component Based Design, 3 weeks #417
Comments
Week 1I Need Help With:
What went well?
What went less well?
Lessons Learned
Sunday Prep Work
|
you can write me on Slack to discuss these in more detail |
@danielhalasz thank you))If i will have some issue i will text you) |
Week 2I Need Help With:
What went well?
What went less well?
Lessons Learned
Sunday Prep Work
|
Week 3I Need Help With:
What went well?
What went less well?
Lessons Learned
Sunday Prep Work
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: