tada icon indicating copy to clipboard operation
tada copied to clipboard

Passing value from :effect to :return

Open rafd opened this issue 5 years ago • 0 comments

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

rafd avatar Apr 22 '20 22:04 rafd