alesgenova / stenciljs-in-react

Stenciljs components in React: step by step guide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate bindings with stencil-react

petermikitsh opened this issue · comments

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!

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 :)