You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to understand something from the README, which seems to tell me I have to do extra work to expose React components as Web Components when using properties.
In this example:
<web-greetingname="Justin"></web-greeting>
Is there a way to actually hit the ground running with this by being able to forward any attributes to React automatically?
I have about 100 React components and I really don't want to add this code:
The whole purpose of computer software is automation, and if I have to do that work manually, it's a waste of time.
I think if that is not supported automatically, you should support it by forwarding any data attributes under the property namespace automatically like this:
Without support for that, this library is near useless to me, but I really need a library like this to enable using React components as Web Components.