piotrwitek / react-redux-typescript-guide

The complete guide to static typing in "React & Redux" apps using TypeScript
https://piotrwitek.github.io/react-redux-typescript-guide/
MIT License
13.35k stars 1.09k forks source link

Playground dependency 'react-router-redux' is deprecated #175

Closed incerta closed 5 years ago

incerta commented 5 years ago

According to react-router-redux README.md this project is deprecated, maintainer recommends to use connected-react-router instead.

Beside that I think it will be highly useful if someone will create routes config abstraction example to show how we can benefit from typescript here.