-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'refs/remotes/origin/develop'
# Conflicts: # README.md # examples/todomvc/app.js # examples/todomvc/app.js.map # nestedreact.js # nestedreact.js.map # package.json
- Loading branch information
Showing
17 changed files
with
43,155 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# UsersList Example | ||
|
||
Here's the UsersList application example, written originally for NestedLink. | ||
|
||
It's changed to use NestedReact. Feel the difference. | ||
|
||
NestedLink data binding is so powerful that there are no any difference | ||
in size, so expressiveness is roughly the same. | ||
|
||
But. Check out how much less magical NestedReact solution feels - compare the code. | ||
|
||
In fact, there's an incredible amount of dirty magic involved, | ||
just to make you feel that there are no any magic at all :). | ||
|
||
That's NestedReact. Relax, and write in natural way, no tricks are required. |
Oops, something went wrong.