Skip to content

Commit 9e944d1

Browse files
author
Vlad Balin
committed
Merge remote-tracking branch 'refs/remotes/origin/master' into develop
2 parents 662d82a + 4329501 commit 9e944d1

37 files changed

+80541
-14931
lines changed

README.md

Lines changed: 388 additions & 139 deletions
Large diffs are not rendered by default.

app.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

databinding.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<title>NestedReact • TodoMVC</title>
7+
</head>
8+
<body>
9+
10+
<div id="app-mount-root"></div>
11+
12+
<!-- Scripts here. Don't remove ↓ -->
13+
<script src="example/main.app.js"></script>
14+
</body>
15+
</html>

0 commit comments

Comments
 (0)