Skip to content

Commit 6c68054

Browse files
author
Vlad Balin
committed
added react-component keyword
1 parent cd81006 commit 6c68054

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
Simple solution for React two-way data binding and forms validation.
2+
13
# Features
24

3-
- Simple solution for two-way data binding and validation.
45
- All major data binding scenarios are supported, including radio groups.
56
- Links to state's attributes.
67
- Links to deeply nested object and array elements with purely functional state updates.
@@ -16,11 +17,15 @@ var list = phonebookLink.map( ( itemLink, idx ) => (
1617
));
1718
```
1819

20+
This technology is the part of [NestedReact](https://github.com/Volicon/NestedReact) architecture, helping you to build
21+
large React applications with [full power of OO models](https://github.com/Volicon/NestedTypes/).
22+
TodoMVC example is [here](https://github.com/gaperton/todomvc-nestedreact).
23+
1924
# Installation
2025

2126
`npm install valuelink`
2227

23-
CommonJS module, MIT License.
28+
CommonJS module, MIT License. No side dependencies.
2429

2530
# API
2631

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "valuelink",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "React valueLink implementation with links to objects, validation, and purely functional updates.",
55
"main": "index.js",
66
"scripts": {
@@ -14,10 +14,12 @@
1414
"react",
1515
"valuelink",
1616
"databinding",
17+
"forms",
1718
"binding",
1819
"data",
1920
"link",
20-
"state"
21+
"state",
22+
"react-component"
2123
],
2224
"author": "Vlad Balin",
2325
"license": "MIT",

0 commit comments

Comments
 (0)