You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
effect is really nice but It would also be nice to have a helper function similar to effect but not depending on the model state itself and instead on any other value.
effect is really nice but It would also be nice to have a helper function similar to effect but not depending on the model state itself and instead on any other value.
For instance the value arriving in a msg (route).
So maybe a helper function would allow to clean those if statements a bit, something like:
Return.commandWhen : Bool -> Cmd msg -> Return msg mdl
The text was updated successfully, but these errors were encountered: