Cargando…

Test-driven development with React : apply test-driven development in your applications /

Learn to use accelerated test-driven development (TDD) to build a React application from scratch. This book explains how your React components will be integrated, and how to refactor code to make it more concise and flexible. With TDD you can develop a robust test suite to catch bugs, and develop mo...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Qiu, Juntao (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [California] : Apress, [2021]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • 1. A Very Brief History of Test-Driven Development
  • 2. Get Started with Jest
  • 3. Test-Driven Development 101
  • 4. Project Setup
  • 5. Implementing the Book List
  • 6. Implementing the Book Detail View
  • 7. Searching by Keyword
  • 8. State Management
  • 9. Managing Book Reviews
  • 10. Behavior-Driven Development
  • Appendix A: Design the State Data Shape of Your Application
  • Appendix B: Background of Testing Strategies.