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

https://github.com/freeeez/react-suspense-test

This repo demonstrates use react <Suspense /> timeout component
https://github.com/freeeez/react-suspense-test

react typescript webpack

Last synced: 3 months ago
JSON representation

This repo demonstrates use react <Suspense /> timeout component

Awesome Lists containing this project

README

          

# React suspense test

![React + TypeScript](https://repository-images.githubusercontent.com/318576591/a7182780-3625-11eb-925d-adc07c4e5e7c)

## Deps

![npm](https://img.shields.io/badge/npm-v8.13.0-red?style=flat-square)
![node](https://img.shields.io/badge/node-v16.15.1-yellowgreen?style=flat-square)
![react](https://img.shields.io/badge/react-v18.2.0-blue?style=flat-square)
![typescript](https://img.shields.io/badge/typescript-v4.5.5-lightgrey?style=flat-square)
![license](https://img.shields.io/badge/license-MIT-green?style=flat-square)
![webpack](https://img.shields.io/badge/webpack-v5.65.0-orange?style=flat-square)

## Quick start

1. Install all dependencies using yarn or `npm install`
2. Start the development server using `yarn start` or `npm run start`
3. Open up [http://localhost:8080](http://localhost:8080)

## License

[MIT](https://github.com/FreeeeZ/react-suspense-test/blob/master/LICENSE)

Copyright (c) 2022, Shell Vladislav