-
Notifications
You must be signed in to change notification settings - Fork 9
Interest in maintaining the react output target #1244
Description
We built a React output target for stencil components. This creates wrappers around the web components so it is easier to use directly in react to not have to deal with some react quirks mainly with events management.
I rarely use React and we have a couple of dependencies to update related to this.
If anyone wants to help maintain that output target please let me know. There have been some breaking changes on how to do it, so our current setup needs to change if we want to update those dependencies. More details here https://stenciljs.com/docs/react if anyone decides to tackle that.
If I don't hear back on this by anyone, I'll assume nobody uses these components in React projects and remove that outpout target from our build to simplify maintenance.