Skip to content

Commit 7d063d0

Browse files
author
Vlad Balin
committed
Merge branch 'gh-pages'
2 parents 644fc4a + a0dce0f commit 7d063d0

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Introductory tutorials explaining the basics of the 'Value Link' pattern:
1111
- [Managing state and forms with React. Part 1](https://medium.com/@gaperton/managing-state-and-forms-with-react-part-1-12eacb647112#.j7sqgkj88)
1212
- [Managing state and forms with React, Part 2: Validation](https://medium.com/@gaperton/react-forms-with-value-links-part-2-validation-9d1ba78f8e49#.nllbm4cr7)
1313

14+
Working examples are [here](https://volicon.github.io/valuelink/)
15+
1416
Features:
1517

1618
- Able to link complex React state with nested objects and arrays.
@@ -280,9 +282,8 @@ console.log( numLink.error );
280282

281283
# Data binding examples
282284

283-
Here are the set of working [examples](/main.html) for typical data binding use cases.
284-
Sources are [here](/example/main.jsx).
285+
Here are the set of [working](https://volicon.github.io/valuelink/databinding.html) [examples](/databinding.html) for typical data binding use cases.
285286

286-
Also, there's an [example](/example/userslist.jsx) of an [application](/userslist.html) managing the users list.
287+
Also, there's [working](https://volicon.github.io/valuelink) [example](/example/userslist.jsx) of an application managing the users list.
287288

288289
[Custom elements boilerplate](/tags.jsx) which is used by both examples is another good example.
File renamed without changes.

userslist.html renamed to index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,10 @@
1111

1212
<!-- Scripts here. Don't remove ↓ -->
1313
<script src="example/users.app.js"></script>
14+
15+
<br />
16+
<div>
17+
Check out <a href="/valuelink/databinding.html">data binding examples</a>
18+
</div>
1419
</body>
1520
</html>

0 commit comments

Comments
 (0)