Skip to content

Commit 24d73b8

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

15 files changed

+12
-15
lines changed

Diff for: README.md

-1
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)

Diff for: docs/index.js

-1
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",

Diff for: libraries/react-beta/meta/summary.md

-11
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: libraries/react/meta/summary.md

+11
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.

Diff for: libraries/react-beta/package-lock.json renamed to libraries/react/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: package.json

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"./libraries/polymer:build",
4545
"./libraries/preact:build",
4646
"./libraries/react:build",
47-
"./libraries/react-beta:build",
4847
"./libraries/riot:build",
4948
"./libraries/skate:build",
5049
"./libraries/solid:build",

0 commit comments

Comments
 (0)