add note about MSX in guide
This commit is contained in:
parent
585f1fe925
commit
fceb02e887
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ todo.controller = function() {
|
|||
|
||||
### View
|
||||
|
||||
The next step is to write a view so users can interact with the application
|
||||
The next step is to write a view so users can interact with the application. In Mithril, views are plain Javascript. This comes with several benefits (proper error reporting, proper lexical scoping, etc.), while still allowing [HTML syntax to be used via a preprocessor tool](https://github.com/insin/msx)
|
||||
|
||||
```javascript
|
||||
todo.view = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue