vigetlabs / microcosm

Flux with actions at center stage. Write optimistic updates, cancel requests, and track changes with ease.
http://code.viget.com/microcosm/
MIT License
487 stars 22 forks source link

send.prepare #414

Closed nhunzaker closed 6 years ago

nhunzaker commented 7 years ago

I would like a method on the send function that works similarly to repo.prepare:

send.prepare('action', arg1, arg2, arg3)

These invocations should be cached so that new functions are not returned on every single render.