Test-Driven React, 2nd Edition
eBook Details:
- Paperback: 174 pages
- Publisher: WOW! eBook; 2nd edition (October 22, 2024)
- Language: English
- ISBN-10: 8888650653
- ISBN-13: 978-8888650653
eBook Description:
Test-Driven React, 2nd Edition: Find Problems Early, Fix Them Quickly, Code with Confidence
Turn your React project requirements into tests and get the feedback you need faster than ever before. With this Test-Driven React, 2nd Edition book you will learn how to combine the power of testing, linting, and typechecking directly in your coding environment to iterate on React components quickly and fearlessly!
You work in a loop: write code, get feedback, adjust. The faster you get feedback, the faster your code improves and the more effective you become as a developer. And that feedback comes from testing.
The conceptual elegance of React has opened the door to a new generation of web testing: clear, expressive, and lightning fast. That makes React a perfect fit for test-driven development (TDD), a methodology in which tests are a blueprint instead of an afterthought.
Each chapter of this Test-Driven React, Second Edition book presents new projects to challenge you and new tools to help you:
- Write fast, easy-to-understand tests with Vitest and React Testing Library.
- Keep your code tidy with ESLint and Prettier.
- Perform every task you need from a single window within VS Code.
- See your test output directly in your code with Wallaby.
- Style components in a test-friendly way with styled-components.
- Stay focused on what’s important by running your tests continuously in the background.
- Generate beautiful documentation with Storybook, and update it on every commit with GitHub Actions.
The Test-Driven React, Second Edition has been extensively revised to reflect the latest tools and techniques for React development, including TypeScript. Each chapter of this Test-Driven React, 2nd Edition book presents new projects to challenge you and new tools to help you detect and fix bugs in your code.