React Native TDD episode 7 - Web Service

Опубликовано: 27 Март 2026
на канале: CodingItWrong
785
7

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.