arunoda / react-komposer

Feed data into React components by composing containers.
MIT License
733 stars 70 forks source link

compose doesn't render on mobx observables #95

Closed markshust closed 8 years ago

markshust commented 8 years ago

MobX observable changes don't automatically re-render, due to their automagical capabilities. Need to create custom composer for MobX which wraps propsChange within an autorun.

markshust commented 8 years ago

This has been released