fahad19 / proppy

Functional props composition for UI components (React.js & Vue.js)
https://proppyjs.com
MIT License
940 stars 27 forks source link

DOC example of why proppy #1

Closed Devric closed 6 years ago

Devric commented 6 years ago

Hi. It might help to promote poppy if you put live code example with pros/cons of using poppy vs not using poppy.

I was used to using decorators to compose for react. But now I switch to Vue, and I struggle to find use cases that require to wrap the Vue components.

fahad19 commented 6 years ago

Hi @Devric! Thanks for your feedback! 🎉

I will have something written by this weekend.

dzek69 commented 6 years ago

+1 for examples and I'm especially interested in React examples, as React has idea of state and props built-in (yours is a bit different of course) and I'm insterested how this could help me solve problems or improve my code.

dpikt commented 6 years ago

A side-by-side comparison of proppy and recompose would also be appreciated!

fahad19 commented 6 years ago

A side-by-side comparison of proppy and recompose would also be appreciated!

@dpikt: I will add it to the homepage along with other examples 👍

Devric commented 6 years ago

Perfect! Instant FAN