L3F7 - a work in progress

A blog by Liam Farrelly
Ramblings about tech, mainly.

Custom context hooks in react

May 04, 2020

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…