Custom context hooks in react
May 04, 2020I use contexts a decent amount in react, and I typically write custom hooks for them. The hooks are largely boilerplate, taking the form of…
I use contexts a decent amount in react, and I typically write custom hooks for them. The hooks are largely boilerplate, taking the form of…