useState – values that changes overtime. useEffect – opt into component’s lifecycle to introduce side effects.
Month: July 2023
On Event Handle: With return or none
HTML + JavaScript in JSX = bread and butter
JavaScript in HTML can:
Standard vs Arrow Function Declaration
React Component Hierarchies
Also called as component tree. It usually has a parent component, a child component (sibling component to each other), and a leaf component (does not render other component).