react-redux-typescript-guide
react-redux-typescript-guide copied to clipboard
The complete guide to static typing in "React & Redux" apps using TypeScript
It'd be great to see how react+redux+typescript can use the `@connect(..)` decorator syntax to connect state/actions to a component's props.
Add a new section about how to create a scalable structure of your application. This section should focus on goals: - files grouped by features - easy to add/remove features...
## Description ## Related issues: - Resolved #XXX ## Checklist * [ ] I have read [CONTRIBUTING.md](https://github.com/piotrwitek/react-redux-typescript-guide/blob/master/CONTRIBUTING.md) * [ ] I have edited `README_SOURCE.md` (NOT `README.md`) * [ ] I...