Cargando…

Mastering React test-driven development : build simple and maintainable web apps with React, Redux and GraphQL /

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 develop...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Irvine, Daniel (Autor)
Otros Autores: Searls, Justin (writer of foreword.)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing Ltd., 2022.
Edición:Second edition.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Table of Contents First Steps with Test-Driven Development Rendering Lists and Detail Views Refactoring the Test Suite Test-Driving Data Input Adding Complex Form Interactions Exploring Test Doubles Testing useEffect and Mocking Components Building an Application Component Form Validation Filtering and Searching Data Test-Driving React Router Test-Driving Redux Test-Driving GraphQL Building a Logo Interpreter Adding Animation Working with WebSockets Writing Your First Cucumber Test Adding Features Guided by Cucumber Tests Understanding TDD in the Wider Testing Landscape.