https://github.com/qvil/async-react
https://github.com/qvil/async-react
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/qvil/async-react
- Owner: qvil
- Created: 2021-08-14T05:37:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-15T06:19:54.000Z (almost 5 years ago)
- Last Synced: 2025-03-22T22:39:16.885Z (about 1 year ago)
- Language: TypeScript
- Size: 215 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Async React
Asynchronous React example with [SWR Suspense][swr-suspense], [Error Boundaries][error-boundaries]
## [Demo](https://codesandbox.io/s/confident-monad-tcm2n)

## Prerequisites
- Node.js >= 14.x (Recommended the latest version)
## Install
```bash
npm install
# or
yarn
```
## Development
```bash
npm run start
# or
yarn start
```
## Build
```bash
npm run build
# or
yarn build
```
## Start
```bash
yarn global add serve
serve -s build
```
## 🌏 Supported Browser
|
IE |
Edge |
Firefox |
Chrome |
Safari |
Opera |
| ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
| >= 11 | >= 85 | >= 80 | >= 84 | >= 13 | >= 70 |
## License
MIT
[swr-suspense]: https://swr.vercel.app/docs/suspense
[error-boundaries]: https://reactjs.org/docs/error-boundaries.html#gatsby-focus-wrapper