react-integration icon indicating copy to clipboard operation
react-integration copied to clipboard

Converts web components into React components so that you can use them as first class citizens in your React components.

Results 15 react-integration issues
Sort by recently updated
recently updated
newest added

Hi, I see not many updates recently. Does this still work as a valid option to use web-components inside react? I've not yet been able to successfully render a component...

Currently there is no direct access to the native custom element, even via refs. The API exposes a way to reach the element itself to retrieve values, attributes, etc.

Should just use the standard `import` and `peerDependency`. Generally bundlers fallback to trying to find the global name anyways.

It's not big, but it's not small and we really shouldn't need to do it. It seems more for aesthetics than anything else. However, this should still be considered breaking.

Hi there It would be cool if you could create a similar lib for angular 2. Here is an first approach on doing this: https://github.com/vaadin/angular2-polymer/issues/86 Cheers, Marc

References #60. We should be able to do: ```js ``` And the `click` event will be bound. If the `click` event is already bound and no `click` event is passed...

@treshugart Reactified component is rendering in Firefox, but not in latest Chrome (55.0.2883.95). Component gets inserted inserted into DOM but is never upgraded and never renders itself. See codepen below......

The current tests are based off of the v0 APIs and should be updated.

I've been trying to "fix a bug" when using `react-integration` with `skatejs` components. I found what is the problem but I'm not sure how to solve it properly. If anyone...