arunoda / react-komposer

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

State, context, component lifecycle like recompose? #92

Closed kokjinsam closed 7 years ago

kokjinsam commented 8 years ago

recompose already has very simple implementation in place. I wanted to make my components more functional so I extracted a few from the package and modified it to fit react-komposer. I will be adding more features if needed

See here. Would you like to add that into 'react-komposer?

clayne11 commented 8 years ago

Why wouldn't you just use recompose?

arunoda commented 7 years ago

Yep. I agree with @clayne11 Both similar projects, but this one specially to load data. It's definitely to use both together. We should document that.