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
- Host: GitHub
- URL: https://github.com/zackify/suspense-fetch
- Owner: zackify
- Created: 2019-10-25T19:39:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T23:27:04.000Z (about 3 years ago)
- Last Synced: 2025-08-10T00:22:19.521Z (7 months ago)
- Language: JavaScript
- Size: 1.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
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)