Skip to content

Commit e1887d2

Browse files
author
Vlad Balin
committed
Update README.md
1 parent ec483a3 commit e1887d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ Feature list:
1414
- Any type of application refactoring strategy is possible - top-to-bottom, bottom-to-top, and random parts at the middle.
1515
- Support for Backbone events and jQuery accessors in React components simplifies View refactoring.
1616

17-
Compare solution size and complexity to any of `flux` implementation on [TodoMVC](/examples/todomvc/) and [flux-comparison](/examples/flux-comparison) examples.
17+
NestedReact is build around the idea of productivity, not ideology. When compared to common React practices, NestedReact allows you to write twice less code, being on par with AngularJS.
18+
19+
You can compare solution size and complexity to other approaches on [TodoMVC](/examples/todomvc/) and [flux-comparison](/examples/flux-comparison) examples.
1820

1921
![todomvc](/examples/todomvc/SLOC-comparison.jpg) ![flux-comparison](/examples/flux-comparison/sloc-comparison.png)
2022

0 commit comments

Comments
 (0)