alesgenova / stenciljs-in-react

Stenciljs components in React: step by step guide
20 stars 3 forks source link

Generate bindings with stencil-react #2

Open petermikitsh opened 5 years ago

petermikitsh commented 5 years ago

Hi @alesgenova, I have published a module stencil-react (https://github.com/petermikitsh/stencil-react) that will automatically generate bindings for you.

This could be a useful addition to the guide for users who might prefer this option. Thanks!

alesgenova commented 5 years ago

Hey @petermikitsh thanks for sharing, that's pretty cool! I wanna play a little bit with it and see the generated output. It definitely looks more convenient and more react-like than using the wc helper function :)