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

## Description Added typesafe forward-ref component implementation ## Related issues: - Resolved #72 ## Checklist * [x] I have read [CONTRIBUTING.md](https://github.com/piotrwitek/react-redux-typescript-guide/blob/master/CONTRIBUTING.md) * [x] I have edited `README_SOURCE.md` (NOT `README.md`) *...

Refactor NameProvider component to generic Layout component utilizing renderProps

enhancement

What is the correct way to type a component which uses `forwardRef` form React 16.3?

enhancement
IssueHunt

![55836231-15F4-41D4-B610-1F5A5CA9B3AE](https://user-images.githubusercontent.com/3312547/77222605-bfc3d880-6b8f-11ea-8088-a17c1a1088e7.png) When click the Increment button,the browser console prints error as above.

Hello, I work on a typescript react redux app using typesafe-actions. Recently, compiling / typechecking takes a lot of time (around 180s) (the app also requires more memory recently >8GB,...

The repository already contains nice examples of generic components (generic-list) and connected components (sfc-counter-connected), but I'm having problems with the correct declaration and usage of connected generic components. I would...

enhancement
IssueHunt

Why not use `immutable` or `redux-immutable`, is there any reason?

## Description ![image](https://user-images.githubusercontent.com/28728583/94647357-d8713000-0322-11eb-8f92-e380fd303a8b.png) ## Steps to Reproduce ## Expected behavior ## Suggested solution(s) ## Project Dependencies - TypeScript Version: X.X.X - tsconfig.json: ## Environment (optional) - Browser and Version: XXX...

Add a new section with patterns on how to model data structures using static-typing to make the incorrect state unrepresentable. This should prevent a lot of edge cases and various...

section
open discussion
IssueHunt