News

Medium
mrmadhukar.medium.com > state-management-in-react-prop-drilling-context-api-react-memo-usememo-and-usecallback-ed631d462aaf

State Management in React: Prop Drilling, Context API, React.memo, useMemo, and useCallback

1+ day, 14+ hour ago  (1305+ words) A brand-new React app usually starts simple: one component, a piece of state, done. But add ten more components, three levels of nesting, and a login system — and suddenly a single piece of state…...

Medium
mrmadhukar.medium.com > react-fundamentals-components-jsx-state-and-re-rendering-2bc64bf9bd69

React Fundamentals: Components, JSX, State, and Re-rendering

1+ day, 14+ hour ago  (1403+ words) Why did developers create React when JavaScript already existed? JavaScript could already change a webpage — grab an element, update its …...