-
Hi, Before the ReducerProtocol we could do something like the exemple below for filtering the effects that are send from demoFeatureReducer
.readonlyModeReducer()
.optional()
.pullback Is there a way to do this with the new ReducerProtocol ? Since I didn't find a way to do so I did this #1551 |
Beta Was this translation helpful? Give feedback.
Answered by
mackoj
Oct 24, 2022
Replies: 1 comment
-
Here is how to do it #1551 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mackoj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is how to do it #1551 (comment)