sorgerlab / CancerBrowser

HMS LINCS Cancer Browser
5 stars 3 forks source link

Add support for batched actions #226

Closed pbeshai closed 8 years ago

pbeshai commented 8 years ago

Uses https://github.com/tshelburne/redux-batched-actions to batch simple actions to prevent multiple render calls

Not really prevalent in our application, since it notably can't be applied to thunks (actions with async behavior), but really lightweight and I think it's a good practice in general.

pbeshai commented 8 years ago

ping @vlandham

vlandham commented 8 years ago

ok dokey +1