-
Hello, can you, please provide some examples with using great `redux-logic` features?
-
### Describe the rule
There are times when passing objects directly to function calls that you would like the order of the objects to remain in a specific order e.g. with Redux slices, using the 'cre…
-
Hi,
Currently I'm struggling with the use of Flow in combination with redux-logic because Flow does not understand that a given logic will only receive actions of a given type.
Given the following t…
ghost updated
7 years ago
-
I'm thinking it might be nice to create a separate helper project which will help make it easy to create mock stores for integration level tests. It would basically let you setup your test store in on…
-
It would be great to see a video course on udemy (or youtube) where real world redux-logic and redux-logic-test are explained in depth by an expert. Thumbs up to make @jeffbski a reason to do it for u…
-
**Is your feature request related to a problem? Please describe.**
Hi, I'm a Redux maintainer. I'd like to offer a couple suggestions.
The current Redux example implementation shows use of reducer…
-
Move fetch logic to an async redux handler, (and don't dispatch separate `onCryptoDotComInteraction` events, preferring to call the neccessary API when the appropriate redux event is dispatched - name…
-
## Prerequisites
- [x] Using an up-to-date main branch
## Expected Behavior
Event rectangle is always present.
## Current Behavior
Event rectangle disappears from the screen temporarily …
-
In this competitive world of JS libraries, many people won't even look at something unless there are compelling testimonials by other users, so I'd like to add some of your comments to the redux-logic…
-
### 🚀 Feature Request
There are some practices around react-redux that aren't reasonable to represent using pure type system shenanigans. Off the top of my head:
* `mapStateToProps` should gener…