Other Books You May Enjoy
If you enjoyed this book, you may be interested in these other books by Packt:
Simplify Testing with React Testing Library
Scottie Crump
ISBN: 978-1-80056-445-9
- Explore React Testing Library and its use cases
- Get to grips with the RTL ecosystem
- Apply jest-dom to enhance your tests using RTL
- Gain the confidence you need to create tests that don't break with changes using RTL
- Integrate Cucumber and Cypress into your test suite
- Use TDD to drive the process of writing tests
- Apply your existing React knowledge for using RTL
Designing React Hooks the Right Way
Fang Jin
ISBN: 978-1-80323-595-0
- Create your own hooks to suit your state management requirement
- Detect the current window size of your website using useEffect
- Debounce an action to improve user interface (UI) performance using useMemo
- Establish a global site configuration using useContext
- Avoid hard-to-find application...