So sleep well If you have any issues or bugs 😂😅
So sleep well If you have any issues or bugs 😂😅
From parent to child.
From parent to child.
Exactly like: Parameters in vanilla JavaScript
vanilla.js, we call the function and pass the parameter
theFunctionWeNeed("the param")
react.jsx we call the component and add the props
<TheComponent value="the param" />
Understand don't memorize
Exactly like: Parameters in vanilla JavaScript
vanilla.js, we call the function and pass the parameter
theFunctionWeNeed("the param")
react.jsx we call the component and add the props
<TheComponent value="the param" />
Understand don't memorize
1-Code complexity the beginners and some mid-devs feel confuse with classes
2-This keyword problem And the problems that come with it
3-States hook and rest hooks
4-Simplicity functional code clear and understandable
1-Code complexity the beginners and some mid-devs feel confuse with classes
2-This keyword problem And the problems that come with it
3-States hook and rest hooks
4-Simplicity functional code clear and understandable
Anybody like me 😺
Anybody like me 😺
I am just a lover of this style, I don't know why
I am just a lover of this style, I don't know why
You just need to know the base concepts, and then everything will be normal.
1 - component concept
2 - props
3 - nesting the components
4 - (optional) Take a look at the class component
5 - Single Page Application
6 - rest of JS concepts, but in React, like DOM Manipulation, etc
You just need to know the base concepts, and then everything will be normal.
1 - component concept
2 - props
3 - nesting the components
4 - (optional) Take a look at the class component
5 - Single Page Application
6 - rest of JS concepts, but in React, like DOM Manipulation, etc
We can talk about programming.
We can talk about programming.