Add meta description to docs
This commit is contained in:
parent
c7b56161a5
commit
7b1fda5b66
47 changed files with 540 additions and 267 deletions
|
|
@ -1,3 +1,7 @@
|
|||
<!--meta-description
|
||||
The Mithril.js auto-redraw system re-renders your app after some functions complete. Here, we describe the idiomatic Mithril.js patterns that trigger those redraws.
|
||||
-->
|
||||
|
||||
# The auto-redraw system
|
||||
|
||||
Mithril implements a virtual DOM diffing system for fast rendering, and in addition, it offers various mechanisms to gain granular control over the rendering of an application.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue