Outside-In React Development

Outside-In React Development

Josh Justice
This is a sample of the book's content.Buy on Leanpub

Table of Contents

Go Beyond the Book›

  • Go Beyond the Book
  • Introduction

Part One: Concepts›

  • 1. Why Agile?
  • 2. Testing Concepts
  • 3. Why Test-Driven Development?
  • 4. Overview of Outside-In TDD

Part Two: Exercise›

  • 5. About This Exercise
  • 6. Project Setup
  • 7. Vertical Slice
  • 8. Refactoring Styles
  • 9. Edge Cases
  • 10. Writing Data
  • 11. Exercise Wrap-Up

Part Three: Going Further›

  • 12. Integration Testing the API Client
  • 13. Asynchrony in React Testing Library
  • 14. Next Steps
Outside-In React Development/overview

Outside-In React Development

course_overview

Learn how to build React apps using outside-in test-driven development. Get a thorough test suite, better regression safety, and a faster development speed.

count_parts
·
count_chapters
begin_reading
download
part_count

Go Beyond the Book2 chapters

Begin part ›
  1. Go Beyond the Book

  2. Introduction

part_count

Part One: Concepts4 chapters

Begin part ›
  1. 1. Why Agile?

  2. 2. Testing Concepts

  3. 3. Why Test-Driven Development?

  4. 4. Overview of Outside-In TDD

part_count

Part Two: Exercise7 chapters

Begin part ›
  1. 5. About This Exercise

  2. 6. Project Setup

  3. 7. Vertical Slice

  4. 8. Refactoring Styles

  5. 9. Edge Cases

  6. 10. Writing Data

  7. 11. Exercise Wrap-Up

part_count

Part Three: Going Further3 chapters

Begin part ›
  1. 12. Integration Testing the API Client

  2. 13. Asynchrony in React Testing Library

  3. 14. Next Steps