tshelburne / redux-batched-actions

redux higher order reducer + action to reduce actions under a single subscriber notification
MIT License
1.04k stars 37 forks source link

added export of BATCH constant names #1

Closed dozoisch closed 8 years ago

dozoisch commented 8 years ago

Is it possible to export the const BATCH from the source.

I have a middleware that tag analytics from certain actions, and I need to match the BATCH constant in order to go recursively in the actions array for tagging.

tshelburne commented 8 years ago

Makes sense to me - thanks!