Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 585 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 585 Bytes

React & Web components

Example of an integration of vanilla web components in React with bi-directional communication...

This project was bootstrapped with Create React App.

Rating Webcomponent with bidirectional communication

This project shows a very small example on how the state of a web component can be given to React and the other way around (from React to a web component).

use-custom-element module is used in this example and really makes it a lot easier.