Use <React.Fragment>…</React.Fragment> as replacement wrapper to avoid rendering the top-level wrapper. Alternately <>…</>, the shorthand version, can be used.
Category: React
React Popular Hooks
useState – values that changes overtime. useEffect – opt into component’s lifecycle to introduce side effects.
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).