Watch me stream web dev in React, Vue, and more live at / codingitwrong
Download the project and code along: https://github.com/CodingItWrong/reac...
Our app now persists data internally, but it doesn't persist it between runs. To fix this, let's save it to a web service. Accessing external services is one of the stickiest subjects in testing. We'll see how to approach it in unit tests and end-to-end tests.