arunoda / react-komposer

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

Add dedicated composer for MobX #101

Closed markshust closed 8 years ago

markshust commented 8 years ago

@arunoda all set. I've never written any production js tests before (i know, 😲 ), so please check them out. I think they should be pretty good to go though.

markshust commented 8 years ago

The disposer wasn't properly being returned before. All tested, now properly being returned to run the cleanup function if needed.

arunoda commented 8 years ago

I think this is great. Let me get this PR.

arunoda commented 8 years ago

Merged and published with v1.13.0. Thanks and your tests are great :)

markshust commented 8 years ago

Great, the other examples helped 👍