react-redux-typescript-guide icon indicating copy to clipboard operation
react-redux-typescript-guide copied to clipboard

The complete guide to static typing in "React & Redux" apps using TypeScript

Results 34 react-redux-typescript-guide issues
Sort by recently updated
recently updated
newest added

There is some noise, I need to clean it up

enhancement
docs

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.

enhancement
IssueHunt

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...

section
open discussion
IssueHunt

## 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...