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

https://github.com/zackify/suspense-fetch

experimental useFetch with suspense concurrent mode
https://github.com/zackify/suspense-fetch

Last synced: about 1 month ago
JSON representation

experimental useFetch with suspense concurrent mode

Awesome Lists containing this project

README

          

```
cd example
yarn
yarn start
```

click the todo text at the bottom center to load a new one and witness useTransition and suspense!

- [Fetch implementation](example/src/fetch/fetch.ts)
- [Fetch Test component](example/src/FetchTest.tsx)