Mastering React Test-Driven Development - Second Edition - Helion
Tytuł oryginału: Mastering React Test-Driven Development - Second Edition
ISBN: 9781803230559
stron: 564, Format: ebook
Data wydania: 2022-09-30
Księgarnia: Helion
Cena książki: 107,10 zł (poprzednio: 119,00 zł)
Oszczędzasz: 10% (-11,90 zł)
Test-driven development (TDD) is a programming workflow that helps you build your apps by specifying behavior as automated tests. The TDD workflow future-proofs apps so that they can be modified without fear of breaking existing functionality. Another benefit of TDD is that it helps software development teams communicate their intentions more clearly, by way of test specifications.
This book teaches you how to apply TDD when building React apps. You’ll create a sample app using the same React libraries and tools that professional React developers use, such as Jest, React Router, Redux, Relay (GraphQL), Cucumber, and Puppeteer. The TDD workflow is supported by various testing techniques and patterns, which are useful even if you’re not following the TDD process. This book covers these techniques by walking you through the creation of a component test framework. You’ll learn automated testing theory which will help you work with any of the test libraries that are in standard usage today, such as React Testing Library. This second edition has been revised with a stronger focus on concise code examples and has been fully updated for React 18.
By the end of this TDD book, you’ll be able to use React, Redux, and GraphQL to develop robust web apps.
Osoby które kupowały "Mastering React Test-Driven Development - Second Edition", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
Mastering React Test-Driven Development. Build simple and maintainable web apps with React, Redux, and GraphQL - Second Edition eBook -- spis treści
- 1. First Steps with Test-Driven Development
- 2. Rendering Lists and Detail Views
- 3. Refactoring the Test Suite
- 4. Test-Driving Data Input
- 5. Adding Complex Form Interactions
- 6. Exploring Test Doubles
- 7. Testing useEffect and Mocking Components
- 8. Building an Application Component
- 9. Form Validation
- 10. Filtering and Searching Data
- 11. Test-Driving React Router
- 12. Test-Driving Redux
- 13. Test-Driving GraphQL
- 14. Building a Logo Interpreter
- 15. Adding Animation
- 16. Working with WebSockets
- 17. Writing Your First Cucumber Test
- 18. Adding Features Guided by Cucumber Tests
- 19. Understanding TDD in the Wider Testing Landscape