Summary
This has been a whirlwind tour of Redux and how to refactor your application to it, using TDD.
As warned in the introduction of this chapter, Redux is a complex library that introduces a lot of extra plumbing into your application. Thankfully, the testing approach is straightforward.
In the next chapter, we’ll add yet another library: Relay, the GraphQL client.