Skip to main content

React Native TDD

A guide to practicing TDD in React Native apps

Code Faster

A shorter feedback loop and more information on why things break will enable you to deliver faster.

Better Tests

By putting the tests first, you will have to grow your knowledge and make them easier to use.

Better Maintainability

By writing code that is easy to test, you will end up with code that is easy to change.