Hello and welcome to ReactTDD.com, a blog about better automated testing for React applications. The focus is on test-driven development (TDD) but you’ll also find a lot of general advice on how to write good automated tests.
This website might help you if…
- your tests are mostly end-to-end tests and they take forever to run
- your tests are flaky (sometimes the pass, sometimes they don’t)
- your tests often break when you change your application code
- or, you’re new to web application development and want to apply the TDD knowledge you already have
If you find this website useful, please consider buying the book: Mastering React Test-Driven Development, published by Packt. It is a detailed walkthrough of all the concepts contained here on this site, plus examples of how to apply TDD when using React Router, Redux and GraphQL.