You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@ Introductory tutorials explaining the basics of the 'Value Link' pattern:
11
11
-[Managing state and forms with React. Part 1](https://medium.com/@gaperton/managing-state-and-forms-with-react-part-1-12eacb647112#.j7sqgkj88)
12
12
-[Managing state and forms with React, Part 2: Validation](https://medium.com/@gaperton/react-forms-with-value-links-part-2-validation-9d1ba78f8e49#.nllbm4cr7)
13
13
14
+
Working examples are [here](https://volicon.github.io/valuelink/)
15
+
14
16
Features:
15
17
16
18
- Able to link complex React state with nested objects and arrays.
@@ -280,9 +282,8 @@ console.log( numLink.error );
280
282
281
283
# Data binding examples
282
284
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.
285
286
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.
287
288
288
289
[Custom elements boilerplate](/tags.jsx) which is used by both examples is another good example.
0 commit comments