Types for react-router-dom, stop lazy loading each route (#735)
* Types for react-router-dom, stop lazy loading each route * Couple small fixes to README.md
Showing
.env.local.example
deleted
100644 → 0
| ... | @@ -55,6 +55,7 @@ | ... | @@ -55,6 +55,7 @@ |
| "@types/node": "^13.13.5", | "@types/node": "^13.13.5", | ||
| "@types/react": "^16.9.34", | "@types/react": "^16.9.34", | ||
| "@types/react-dom": "^16.9.7", | "@types/react-dom": "^16.9.7", | ||
| "@types/react-router-dom": "^5.0.0", | |||
| "@types/styled-components": "^4.2.0", | "@types/styled-components": "^4.2.0", | ||
| "cypress": "^4.5.0", | "cypress": "^4.5.0", | ||
| "prettier": "^1.17.0", | "prettier": "^1.17.0", | ||
| ... | ... |
Please register or sign in to comment