react-web-component icon indicating copy to clipboard operation
react-web-component copied to clipboard

Create Web Components with React

Results 28 react-web-component issues
Sort by recently updated
recently updated
newest added

I am using CRA 5.0.0, and try to install this npm-module. Then I got this error message: PS C:\temp\temp\helloworld> npm install react-web-component npm ERR! code ERESOLVE npm ERR! ERESOLVE unable...

Hello! I have an entire design-system built into react-native-web, and i have a use case. Check-out: https://zarp-ui.vercel.app/ I want to convert my entire artifact into a static library as webcomponents....

We have `swiper` component like ```jsx ``` Now we change it to web-components ```jsx import { YYSwiper } from './Swipper'; import ReactWebComponent from 'react-web-component'; ReactWebComponent.create(, 'web-swiper'); ``` And use like...

mimics the webcomponent static get observedAttributes interface on the react component, and threads through that value to the web component, since that's needed to be declared for attribute observation... i...

### package.json "dependencies": { "react": "^16.8.6", "react-dom": "^16.8.6", "react-scripts": "3.0.1", "react-web-component": "git+https://github.com/spring-media/react-web-component.git", "react-web-component-style-loader": "^0.1.4-alpha" } ### index.js ### Terminal

While using the react-router I am getting this error. 'use strict';var _createClass=function(){function a(a,b){for(var c,d=0;d

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.5 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 Commits d7fbc52 Bump to v4.17.19 2e1c0f2 Add npm-package 1b6c282 Bump to v4.17.18 a370ac8 Bump to v4.17.17 1144918...

dependencies

Error in Chrome trying to create a web-component with react and typescript index.tsx:5 Uncaught TypeError: Cannot read property 'create' of undefined at Object. (index.tsx:5) at n (bootstrap:19) at bootstrap:83 at...