redux-act
redux-act copied to clipboard
An opinionated lib to create actions and reducers for Redux
Bumps [terser](https://github.com/terser/terser) from 4.6.7 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...
Hi there, first issue here. These days using redux-act, I found that the handler of `reducer.on` isn't using `state` type received in `createReducer`. Example: ```jsx interface State { loading: boolean;...
We already have the ability to pass multiple ActionCreators for the [Reducer 'on' listener](https://github.com/pauldijou/redux-act/blob/master/src/createReducer.js#L24), but the types were failing. This PR fixes the types to allow for the existing feature.
Greetings to friends, I really like the library, but I ran into such a problem that if you pass a function without arguments as payload, an error occurs: `Expected 1...
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.
Bumps [get-func-name](https://github.com/chaijs/get-func-name) from 2.0.0 to 2.0.2. Release notes Sourced from get-func-name's releases. v2.0.2 What's Changed Revert previous changes that shipped this as an ES module. Full Changelog: https://github.com/chaijs/get-func-name/commits/v2.0.2 v2.0.1 What's...
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...