clone-react
Advanced tools
+11
-10
@@ -6,7 +6,7 @@ /* Create New Element With "elementSaz" | ||
| color: "red", | ||
| className: "class", | ||
| childern: ["Hello World"] | ||
| } | ||
| "Hello World" | ||
| }) | ||
| }, | ||
| className : "someClass", | ||
| props: "key", | ||
| childern: ["Hello Clone-React"], | ||
| }); | ||
@@ -18,8 +18,9 @@ OR | ||
| color: "red", | ||
| className: "class", | ||
| } | ||
| "Hello World" | ||
| }) | ||
| }, | ||
| className: "class", | ||
| props: "key", | ||
| }, | ||
| "Hello Clone-React"); | ||
| */ | ||
| const root = MyReact.elementSaz("h1",{},"Hello CloneOfReact"); | ||
| const root = MyReact.elementSaz("h1",{},"Hello Clone-React"); | ||
@@ -26,0 +27,0 @@ /* |
+1
-1
| { | ||
| "name": "clone-react", | ||
| "version": "1.1.1", | ||
| "version": "1.1.2", | ||
| "description": "Clone of react to \"better understand the performance of react\" you can use from unpkg src to add resource on your file \n https://unpkg.com/clone-react@1.0.0/src/MyReact.js \n https://unpkg.com/clone-react@1.0.0/src/MyReactDOM.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
2314
1.14%53
1.92%