CKGrafico / inversify-props

Wrapper of Inversify to inject your dependencies in the components, made with TypeScript and compatible with Vue, React and other component libraries.
MIT License
85 stars 9 forks source link

[question]Difference between inversify-props and inversify-inject-decorators #24

Closed rdhainaut closed 4 years ago

rdhainaut commented 4 years ago

Hello,

I find your library interessant but I would like know what the differences between this library and the https://github.com/inversify/inversify-inject-decorators library ?

In other words, why develop this new library and not use lazyInject decorator ?

CKGrafico commented 4 years ago

Thanks for your question, this project is a wrapper on inversify to simplify some functionalities around components not just to decorate properties. Maybe we can also wrap inversify-inject-decorators in the future I don't know what @remojansen thinks about that :)

CKGrafico commented 4 years ago

Closing because @remojansen is not replying :)