more docs about component-based architecture

This commit is contained in:
Leo Horie 2015-03-17 23:04:05 -04:00
parent 6426118688
commit 5011dd97b6
3 changed files with 217 additions and 70 deletions

View file

@ -118,6 +118,8 @@ Common reasons why one might need to change redraw strategy are:
Note that the redraw strategy is a global setting that affects the entire template trees of all modules on the page. In order to prevent redraws in *some parts* of an application, but not others, see [subtree directives](mithril.render.md#subtree-directives)
You can also configure individual elements to always be diffed, instead of recreated from scratch (even across route changes), by using the [`ctx.retain` flag](mithril.md#persising-dom-elements-across-route-changes)
---
### Preventing redraws on events