Elm Like Subscriptions in ReducerProtocol #1303
corysullivan
started this conversation in
Beta
Replies: 1 comment
-
@corysullivan Glad you got sorted! Yeah that demo was done early on as an experiment for how some Elm functionality could be ported over, but we think it's probably not the way to go over a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Firstly thanks for the hard work in the recent ReducerProtocol changes. Your in-depth exploration and consideration are apparent. I am attempting to migrate an app and am enjoying the new APIs. However, I hit one snag. I use the ElmLikeSubscriptions higher order reducer in a few areas and haven't been able to determine how to use it within the
ReducerProtocol
. I also noticed that the case study is still usingAnyReducer
.Any recommendations on how to adopt this functionality in the
ReducerProtocol
?EDIT:
After further investigation, I think the
Effect.run
with the task action is all I need.Beta Was this translation helpful? Give feedback.
All reactions