Fix anchor
This commit is contained in:
parent
48d786b085
commit
0170cf0c88
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
- [Signature](#signature)
|
||||
- [How it works](#how-it-works)
|
||||
- [Performance considerations](#performance-considerations)
|
||||
- [Differences from m.render](#differences-from-m-render)
|
||||
- [Differences from m.render](#differences-from-mrender)
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -73,4 +73,4 @@ A component rendered via `m.mount` automatically auto-redraws in response to vie
|
|||
|
||||
`m.mount()` is suitable for application developers integrating Mithril widgets into existing codebases where routing is handled by another library or framework, while still enjoying Mithril's auto-redrawing facilities.
|
||||
|
||||
`m.render()` is suitable for library authors who wish to manually control rendering (e.g. when hooking to a third party router, or using third party data-layer libraries like Redux).
|
||||
`m.render()` is suitable for library authors who wish to manually control rendering (e.g. when hooking to a third party router, or using third party data-layer libraries like Redux).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue