Tomasz Zabłocki
Tomasz Zabłocki
Current typescript beta (4.1) brings [template literal types](https://devblogs.microsoft.com/typescript/announcing-typescript-4-1-beta/#template-literal-types) and [key remapping](https://devblogs.microsoft.com/typescript/announcing-typescript-4-1-beta/#key-remapping-mapped-types). They seem to have a lot of potential and it looks like convict types are a prime candidate for...
@kg-currenxie See [typings tests](https://github.com/tomasz-zablocki/redux-orm-typings/blob/master/types/redux-orm/redux-orm-tests.ts) source for an example and let me know if it helped or in case you have any specific questions regarding redux-orm typing. I'd love to create...
1. Warning 1: Since the properties are not present on model classes and actually they are dynamically defined in runtime, getting static type assistance for them is achieved via second...
[This one, ](https://github.com/redux-orm/redux-orm/issues/258#issuecomment-491281531)
@kg-currenxie I've created a [PR](https://github.com/DefinitelyTyped/DefinitelyTyped/issues/36738) fixing createSelector typings, test file has new cases to refer for examples
@kg-currenxie I haven't tried typescript-fsa myself, but I've integrated redux-orm with [typesafe-actions](https://github.com/piotrwitek/typesafe-actions) without issues. I find the latter to be a really robust and well-thought-through solution and had no need...
*Redux-ORM* has a clearly defined purpose and what it does, it does exceptionally well - it practically removes what is arguably the least exciting part of **redux** experience. At the...
### typings update | **@types/redux-orm** | 0.13.4 | :--- | ---: **redux-orm compatibility** | ^0.13.3 | **DefinitelyTyped PR** | [37108](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/37108) #### Changes * fix `toModelArray` and `toRefArray` incorrectly present on...
### typings update | **@types/redux-orm** | 0.13.5 | :--- | ---: **redux-orm compatibility** | ^0.13.3 | **DefinitelyTyped PR** | [37293](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/37293) #### Changes * fix incorrect type of `many` arg's `throughFields`...
@pbjorklund I'll be working on the typings for 0.14 this weekend and next week