Skip to content

Commit e186160

Browse files
Christopher J Bakerheathervevam-thompson-code
authored
Update v2 (#92)
* Update README.md (#85) Updated the Slack link to our new community Discord link. * Publish v1.7.4 * Updated readme to reference discord instead of slack (#87) * add disclaimer --------- Co-authored-by: Heather Stevens <[email protected]> Co-authored-by: [bot]@workflow <Workflow: [bot]> Co-authored-by: Mark Thompson <[email protected]>
1 parent a771b1e commit e186160

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# react-to-webcomponent
1+
# React to Web Component
22

33
`react-to-webcomponent` converts [React](https://reactjs.org/) components to [custom elements](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements)! It lets you share React components as native elements that **don't** require mounted being through React. The custom element acts as a wrapper for the underlying React component. Use these custom elements with any project that uses HTML even in any framework (vue, svelte, angular, ember, canjs) the same way you would use standard HTML elements.
44

@@ -11,11 +11,13 @@
1111

1212
This project is supported by [Bitovi, a React consultancy](https://www.bitovi.com/frontend-javascript-consulting/react-consulting). You can get help or ask questions on our:
1313

14-
- [Slack Community](https://www.bitovi.com/community/slack)
14+
- [Discord Community](https://discord.gg/J7ejFsZnJ4)
1515
- [Twitter](https://twitter.com/bitovi)
1616

1717
Or, you can hire us for training, consulting, or development. [Set up a free consultation.](https://www.bitovi.com/frontend-javascript-consulting/react-consulting)
1818

19+
> This is the documentation for the upcoming version 2 of react-to-webcomponent. It will have a very similar but backwards incompatible API. For production deployments, please see the [document for version 1](https://github.com/bitovi/react-to-webcomponent/tree/main).
20+
1921
## Basic Use
2022

2123
For basic usage, we will use this simple React component:
@@ -148,6 +150,6 @@ npm run test
148150

149151
# We want to hear from you.
150152

151-
Come chat with us about open source in our community [Slack](https://www.bitovi.com/community/slack).
153+
Come chat with us about open source in our Bitovi community [Discord](https://discord.gg/J7ejFsZnJ4).
152154

153155
See what we're up to by following us on [Twitter](https://twitter.com/bitovi).

0 commit comments

Comments
 (0)