pauldijou / redux-act

An opinionated lib to create actions and reducers for Redux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better Typescript typings

DimitryDushkin opened this issue · comments

Seems like now it is possible to describe type definition of actions in object, see typings of use-methods — https://github.com/pelotom/use-methods/blob/master/src/index.ts — which have quite similar approach on useReduce hook.

Looks good. I don't do much TypeScript myself. Would you consider doing a pull request to improve those types?