arunoda / react-komposer

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

Compose all with stub #85

Closed ihealthdavid closed 7 years ago

ihealthdavid commented 8 years ago

Define composeAllWithStub and setTestMode.

This is required to override composer for unit testing with React Storybook.

This PR addresses kadirahq/react-storybook#45.

arunoda commented 8 years ago

I implemented a brand new stubbing functionality. With that, I hope we could close this. What do you think? See: https://github.com/kadirahq/react-komposer#stubbing

arunoda commented 7 years ago

Now we've better stubbing API. Check docs.