Implementing a global store using react context and hook patterns: Part 1
'Prop Drilling' through React component tree is one of the worst nightmare for developers. For those who don't know what prop drilling is - it's the process of passing down data/methods from parent to children in long hierarchy. It's not a problem wh...

