An open API service indexing awesome lists of open source software.

https://github.com/crutchcorn/tanstack-image-upload-eager-ui-demo

A demo of a fake image upload service using eager UI patterns via TanStack Query
https://github.com/crutchcorn/tanstack-image-upload-eager-ui-demo

Last synced: 4 months ago
JSON representation

A demo of a fake image upload service using eager UI patterns via TanStack Query

Awesome Lists containing this project

README

        

# TanStack Image Upload Eager UI Demo

A demo of a fake image upload service that shows an eager UI for image uploads.

This means that while the upload is still technically in progress, the UI will show the image as if it has already been uploaded.

![](./assets/preview.png)

> "Showing eager UI" is present to demonstrate when the UI is being eager or not

## Tech Used

- [TanStack Query](https://tanstack.com/query) - For managing the state of the app
- [MSW](https://mswjs.io/) - To mock the endpoints