Example Use Cases
These guides includes some examples of how TinyTick can be used in real applications and problems it can solve.
Expect this section of the guides to grow and be updated frequently as new use cases are documented!
Paginated And Nested Data
Imagine you are fetching information about multiple 'parent' items from a network endpoint, but the items you want are paginated. Also imagine that each item requires subsequent separate network requests to access 'child' data about it - which might also be paginated. Read more.