Abhi Aiyer
1 min readJan 3, 2016

--

Interesting! I originally explored this with state containers as wrapping components here

High order components are way better to work with than reusing the same component function everywhere. The minute you want something different you add so much stuff to one component. This is a very Blaze approach. I like what you did here because we can compose any number of components to do our state mgmt.

--

--