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
In some situations, the only time a return value is available would be inside of the :effect, for example, creating a db entity and needing to return the id of that entity back to a client.
Could:
just have :effect return values (and maybe get rid of :return , and maybe rename :effect)
have the return value for :effect be passed in as a param to :return
something else
The text was updated successfully, but these errors were encountered:
In some situations, the only time a return value is available would be inside of the
:effect
, for example, creating a db entity and needing to return the id of that entity back to a client.Could:
:effect
return values (and maybe get rid of:return
, and maybe rename:effect
):effect
be passed in as a param to:return
The text was updated successfully, but these errors were encountered: