React Context Api using TypeScript
Jun 29, 2022 · 6 min read · Introduction React Context API provides a way to pass data down the component tree without passing props. It's useful when passing down data that is Global for a component tree. For example, current authenticated user, theme, and preferred language i...
Join discussion


