State Management: Context API, Prop Drilling, React.memo, useMemo, and useCallback
When you start building a React app, managing state feels trivial. You declare a useState hook inside a component, pass a value down to a button, and things just work.
Then the application grows.
Your
swapnadip-syntexandstory.hashnode.dev5 min read