-
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
Elias; Component Based Design ; 3 WEEKS #418
Comments
Week 1I Need Help With:i do not required help for the moment. Everything is clear What went well?The easy part was to create a react app using the code and then proceed to start experimenting, i am currently doing a react app that displays ice cream flavors although i can't it because i do not feel to show it yet everything is going well thanks to the explanation seen in class What went less well?As any other topic the difficult part was to start coding, you always ask yourself, what should i start with? however i found it easy this time because they were not asking us something complex Lessons Learned
Sunday Prep WorkBe sure to have my exercise ready for Sunday and currently checking the material given "introducing JSX " to have a better understanding for the rest module |
you can also share it in private and we can talk about it |
Week 1I Need Help With:i do not need help, so far i understand all What went well?Well this time everything went well from the very beginning, this only requires time. What went less well?As Kevin pointed out the problem we all have is the use of {}()[] this can cause problems when programming Lessons Learned
Sunday Prep WorkI will try to add a function to my ice cream shop, to add and delete into a shopping cart (like a list) thanks beforehand for your feedback. My deepest apologies for the delay, i have had internet problems recently, more so than usual. Current project, not pushedi have to admit i have been rebuilding some examples in youtube, though i have re-write the codes myself, and i have made pauses to understand each line written. |
#week 3 MeThis module was super fun, at the beginning i felt that it would be complicated, although i had some difficulties starting the module. I comprehended everything with the material given plus the explanations and examples seen in class What was not clear, where did you get stuck?Nothing, a lot of my classmates did question and most of my doubts were covered What was clear, what did you master?
|
Learning 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 ...
Nest components within other components
one folder with a main component
sub-components for your convenience (not part of public contract)
3. Stateful Components
useState
useEffect
(any side-effect)🥚VDOM : you ....
🥚 Hook
simple, just enough for the flavor
the react docs "rules of hooks"
🥚
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: