arunoda / react-komposer

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

How to use with recompose? #133

Closed veeramarni closed 7 years ago

veeramarni commented 7 years ago

Can you provide an example how to use with recompose?

arunoda commented 7 years ago

Actually, you don't any example. The output of react-komposer's compose API is also a React Component. So, you can do anything you could do with a React Component.

That includes the use of recompose too.