-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redux typings #1401
Comments
Please send a PR to DefinitelyTyped. We don’t maintain them ourselves but your help is very welcome. |
@ulfryk As you could see, it's been a while since DefinitelyTyped/DefinitelyTyped#7908 was submitted, and its predecessor DefinitelyTyped/DefinitelyTyped#6629 was stuck for even longer time without approval. It seems that DefinitelyTyped model outgrown itself and we should move to Typings. |
Another option would be to maintain them directly in the repo, like what is done for ng-redux, with an |
I’m happy to keep it in our repo if somebody is willing to maintain them. |
👍 @aikoven, are you ok to bring back your PR here as something compliant with TS 1.6 definition files for npm modules ? Does anyone see any problem with this approach that I may have missed? |
👍 I can help maintaining TS typings in this repo. That is definitely the most user friendly way :) |
@wbuchwalter I'll do it. |
I think that the approach of keeping the definition file in this repo is better. |
+1 Keeping a typing a here is much better in my opinion. I've had very good luck with npm+TS using latest versions of TS. |
Done. |
Please help review the new official typings in #1413. |
Typing from #1431 have been released with Redux 3.4.0. Big thanks to everyone who made this happen! |
Current typings on DefinitelyTyped seem to be outdated and not so strict.
https://github.com/DefinitelyTyped/DefinitelyTyped/blob/ffceea9dd124d277c4597c7bd12930666ec074c5/redux/redux.d.ts
I have prepared up-to-date version with more strict approach to type safety -> see it here.
Please update it or add typings to this repo. Or I can update it myself. I can help updating those typings also on future releases :)
The text was updated successfully, but these errors were encountered: