A review of the three query types in React Testing Library and when to use each one.
Query Vs. Find Vs. Get in React Testing Library
READ MORE
A review of the three query types in React Testing Library and when to use each one.
How to use React Router's history listener in a useEffect hook to clear a flash message.
React Testing Library runs a cleanup function after every test while Enzyme does not, and that means that some (uncommon) testing patterns that work in Enzyme won't work in React Testing Library.
My notes from the first workshop in Epic React, React Fundamentals, mostly covering things I learned about JSX
The second part of a series where I summarize a conference talk I gave in March 2020. This covers the technical details of how my team incrementally moved two apps from AngularJS to React.