State Management: Context API, Prop Drilling, React.memo, useMemo, and useCallback
Why does managing state become difficult as applications grow?
When you first build a React application, state management feels intuitive. You keep your data in a parent component and pass it down to
harshjosolkar.hashnode.dev7 min read