refactor: Remove the componentDidActivate and componentWillUnmount lifecycles,...
refactor: Remove the componentDidActivate and componentWillUnmount lifecycles, Remove the <KeepAlive
Showing
This diff is collapsed.
| { | { | ||
| "name": "react-keep-alive", | "name": "react-keep-alive", | ||
| "version": "0.4.3", | "version": "1.0.0-alpha.0", | ||
| "description": "Package will allow components to maintain their status, to avoid repeated re-rendering.", | "description": "Package will allow components to maintain their status, to avoid repeated re-rendering.", | ||
| "author": "Shen Chang", | "author": "Shen Chang", | ||
| "homepage": "https://github.com/Sam618/react-keep-alive", | "homepage": "https://github.com/Sam618/react-keep-alive", | ||
| "keywords": [ | "keywords": [ | ||
| "react", | "react", | ||
| "keep-alive" | "react-router", | ||
| "keep-alive", | |||
| "cache" | |||
| ], | ], | ||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| ... | @@ -57,9 +59,9 @@ | ... | @@ -57,9 +59,9 @@ |
| "html-webpack-plugin": "^3.2.0", | "html-webpack-plugin": "^3.2.0", | ||
| "husky": "^1.3.1", | "husky": "^1.3.1", | ||
| "jest": "^24.1.0", | "jest": "^24.1.0", | ||
| "react": "^16.3.0", | "react": "^16.8.5", | ||
| "react-dom": "^16.3.0", | "react-dom": "^16.8.5", | ||
| "react-router-dom": "^4.3.1", | "react-router-dom": "^5.0.0", | ||
| "rimraf": "^2.6.3", | "rimraf": "^2.6.3", | ||
| "ts-jest": "^23.10.5", | "ts-jest": "^23.10.5", | ||
| "typescript": "^3.3.1", | "typescript": "^3.3.1", | ||
| ... | ... |
This diff is collapsed.
Please register or sign in to comment