Closed Devric closed 6 years ago
Hi @Devric! Thanks for your feedback! 🎉
I will have something written by this weekend.
+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.
A side-by-side comparison of proppy and recompose would also be appreciated!
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 👍
Perfect! Instant FAN
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.