Commit 8179d58f authored by Shen Chang's avatar Shen Chang Committed by GitHub

Update README.md

parent 1529a7fd
# React Keep Alive # React Keep Alive
Package will allow components to maintain their status, to avoid repeated re-rendering.
Writing.
## TODO ## TODO
- MAX - MAX
- wrappedComponent - wrappedComponent
- document - document
- test - test
## Installation
React Keep Alive requires React 16.3 or later.
To use React Keep Alive with your React app:
```bash
npm install --save react-keep-alive
```
## Changelog
Changes are tracked in the [CHANGELOG.md](https://github.com/Sam618/react-keep-alive/blob/master/CHANGELOG.md).
## License
React Keep Alive is available under the [MIT](https://github.com/Sam618/react-keep-alive/blob/master/LICENSE) License.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment