ferdinand-beyer / refx

re-frame without Reagent
MIT License
138 stars 11 forks source link

lookup db effect in do-fx #9

Closed dehli closed 2 months ago

dehli commented 6 months ago

This PR allows you to override the :db effect. Shouldn't be needed often but will allow you to take advantage of the fact that the :db effect is always executed first if you wanted to customize what the effect does.

ferdinand-beyer commented 2 months ago

Looks good, thanks!