Tag: react custom hooks typescript

The missing piece of testing React hooks and components?

September 8, 2021 By Mark Otto 0

A Guide to React Context and the useContext() Hook — While React Context can seemingly simplify component access to global data regardless of where those components are in the tree, useContext() can add its own brand of complexity, meaning it’s not suitable for every situation and..…