How to Test React-Redux Hooks via Jest
I love the new hooks from redux-react. It simplify things a lot. Let’s see how to test it.TBH, the solutions can be applied to any react hooks. (more…)
Read more »It all started last week. 3 different React learners encountered 3 different obstacles trying to use setState() in their projects. I mentor new React users a lot, and consult with teams making… Read more