Why do we need context? In a typical React application, data is passed top-down (parent to child) via props. but such usage can be cumbersome for certain types of props (e.g., locale preference, UI theme) that are required by many components within a...
shareef.hashnode.dev3 min read
No responses yet.