Piotr Witek
Piotr Witek
Use http://jsonplaceholder.typicode.com/
Action types are not Typescript friendly, they should return Action with its type declared as a string literal type. This would make it possible to be leveraged in various typesafe...
## Is your feature request related to a real problem or use-case? Add a generic way to specify length of a tuple type ## Describe a solution including usage in...
Table of contents needs improvements in organization for better user experience, also we are missing some built-in examples. Here is a rough plan of needed improvements: - Improve api list...
I would be nice to have a nice API Documentation webpage with search functionality similar to Ramda: https://ramdajs.com/docs/ ## API documentation requirements: A recommended solution is to parse source files...
API Docs need to be updated to v5.0.0.
## Is your feature request related to a real problem or use-case? Add support for an `error` field to `createAction` so it is compliant with [Flux standard action](https://github.com/redux-utilities/flux-standard-action#actions) specification. This...
## Is your feature request related to a real problem or use-case? I would like the tutorial to be simpler. It should offer the user two paths to follow, one...
Actions: - TypeConstant - Action - EmptyAction, - PayloadAction, - PayloadMetaAction, Creators: - ActionCreator - EmptyActionCreator, - PayloadActionCreator, - PayloadMetaActionCreator, - ActionCreatorTypeMetadata, Builders: - ActionBuilder - ActionCreatorBuilder - AsyncActionCreatorBuilder