|
@@ -401,9 +401,6 @@ Overall, I'm not sure than event handlers and other imperative things might be u
|
|
|
### Recursive HTML
|
|
|
For building nested structures from same HTML subtree like tree control or menu
|
|
|
|
|
|
-### DOM Subtree limitation
|
|
|
-Now **NanoBind** works on whole DOM tree, starting from `document`. But for templating in SPA and flexibility it will be moved to any node.
|
|
|
-
|
|
|
### Substructure `Proxy`
|
|
|
Now data passed only when you're rewrite some key in `$s`. Any changes like `$s.hashTable[0].age = 19` has no effect, because object instance are same as before.
|
|
|
|