Skip to content

Commit 24d73b8

Browse files
committed
react-beta -> react
1 parent ee3ad62 commit 24d73b8

File tree

15 files changed

+12
-15
lines changed

15 files changed

+12
-15
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ npm start
3939
- [Polymer](https://github.com/webcomponents/custom-elements-everywhere/tree/master/libraries/polymer)
4040
- [Preact](https://github.com/webcomponents/custom-elements-everywhere/tree/master/libraries/preact)
4141
- [React](https://github.com/webcomponents/custom-elements-everywhere/tree/master/libraries/react)
42-
- [React Beta](https://github.com/webcomponents/custom-elements-everywhere/tree/master/libraries/react-beta)
4342
- [Riot.js](https://github.com/webcomponents/custom-elements-everywhere/tree/master/libraries/riot)
4443
- [Skate](https://github.com/webcomponents/custom-elements-everywhere/tree/master/libraries/skate)
4544
- [Solid](https://github.com/webcomponents/custom-elements-everywhere/tree/master/libraries/solid)

docs/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ const libraryMap = {
3434
polymer: "Polymer",
3535
preact: "Preact",
3636
react: "React",
37-
'react-beta': "React Beta",
3837
riot: "Riot.js",
3938
skate: "Skate w/ Preact",
4039
solid: "Solid",

libraries/react-beta/meta/summary.md

Lines changed: 0 additions & 11 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

libraries/react/meta/summary.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<h4 id="react-overview">React</h4>
2+
3+
React 19 features full support for Custom Elements.
4+
5+
<h4 id="react-handling-data">Handling data</h4>
6+
7+
React now uses a runtime heuristic to determine if it should pass data to Custom Elements as either properties or attributes. If a property is already defined on the element instance, it will use properties, otherwise it will fallback to attributes.
8+
9+
<h4 id="react-handling-events">Handling events</h4>
10+
11+
React will register an event listener on any custom element when binding a function to a property whose name begins with <code>on</code>. It supports lowercase, camelCase, kebab-case, CAPScase, and PascalCase events.

libraries/react-beta/package-lock.json renamed to libraries/react/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

0 commit comments

Comments
 (0)