https://github.com/irychen/react-keepalive-demo
this is a simple demo for keepalive-for-react implementation test.
https://github.com/irychen/react-keepalive-demo
Last synced: about 1 year ago
JSON representation
this is a simple demo for keepalive-for-react implementation test.
- Host: GitHub
- URL: https://github.com/irychen/react-keepalive-demo
- Owner: irychen
- Created: 2024-03-08T14:36:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-17T12:28:44.000Z (over 1 year ago)
- Last Synced: 2025-04-04T18:12:00.522Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://irychen.github.io/react-keepalive-demo/
- Size: 274 KB
- Stars: 7
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Keepalive Demo
this is a simple demo for keepalive-for-react implementation test.
Online Demo: [Link: https://irychen.github.io/react-keepalive-demo/](https://irychen.github.io/react-keepalive-demo/)
## How to run
```bash
pnpm install
pnpm start
```