Learn Integration Testing with React Hook Form

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. Read more

Similar

React RFC: useEvent()

In this RFC, we propose a useEvent Hook. It lets you define event handlers that can read the latest props/state but have always stable function identity. Event handlers defined with useEvent don't ... (more…)

Read more »

What Are the React Team Principles?

During my time on the React team, I’ve been lucky to see how Jordan, Sebastian, Sophie and other tenured team members approach problems. In this post, I'm distilling what I learned from them into a few high-level technical principles. These principles are... (more…)

Read more »