Skip to content

Releases: husm/react-native-saga

Use axios to call api

12 Mar 03:33

Choose a tag to compare

In this version I separate the counter component into two components, one is for counter and one is for api tester. I use axios to post the request to a public api server and get the response result.

Async Increment Counter

11 Mar 06:31

Choose a tag to compare

A very simple example which contains an async up button to simulate the asynchronous time cost calculation.