CONTEXT API
image from codesource.io
Context Api is a relatively new concept as a way to manage states and distribute properties on that state to components.
Does this sound familiar?
A little bit yeah, this sounds a lot like what redux does, however, the diff...
amara.hashnode.dev7 min read
Olusegun Bobate
Bringing simplicity to complex concepts
nice writeup...this is helping me to get started with context api.