I've been doing a fair amount of testing React hooks recently. Part of that has been learning the `react-hooks` extension for the Testing Library suite, which took a while to wrap my head around. Kent's post helped straighten out a few misconceptions.
- Source
- Link to Original 🔗
- Published
- Categories
- JavaScript, Nuts & Bolts
- Tags
- QA, testing, Testing Library, React hook, example
Explore Other Notes
⬅ Newer
React Testing Library: custom hooks
Another great overview of how to use the `react-hooks` extension for the Testing Library suite, with some more complex examples than many other …
Older ➡
British butterfly and moth identification
An excellent website for identifying species of butterfly and moth found in the UK, with great photos of all species …
- <!DOCTYPE html> <html> <head> <title></title> </head> <body> <p>I've been doing a fair amount of testing React hooks recently. Part of that has been learning the `react-hooks` extension for the Testing Library suite, which took a while to wrap my head around. …</p> </body> </html>
- Murray Champernowne