Testing is super important, and yet it's hard to find practical examples to show you what to do. This article intends to fix that, by teaching integration testing with React Hook Form.
Most guides to testing React these days preach: 'Test functionality, not implementation details'. This article explains what that means, and how to do it.