A walkthrough of the first exercise chapter of _Outside-In React Development: A TDD Primer_. The book is available for $5 off (that's 20% off) with this coupon link: https://leanpub.com/outside-in-react-...
Learn how to build React apps using outside-in test-driven development, including end-to-end tests with Cypress and unit tests with Jest and React Testing Library. Includes an extended exercise building two application features. See how outside-in TDD leads to a thorough test suite, better regression safety, and a faster development speed.