-
Perhaps there's a way to do this already, but the documentation for `m()` does not mention it.
How would one go about inserting an ` ` in a template? It seems that Mithril escapes strings by defa…
-
Hi @kitajchuk, I recently tried to switch a project over to start developing locally, which I've done before. This time I encountered this error. I recently updated to the newest version (0.4.3) and t…
-
Like many others I've been paying great attention to data-binding frameworks like angular, react, and knockout.
I just discovered mithril (http://lhorie.github.io/mithril), which is a very lightweigh…
-
It would be great to be able to pass a HTMLElement or documentFragment as the `children` argument to the function `m()`.
**Why:**
We did a test for creating ~100.000 elements – plain JS performed 3-1…
-
Mostly fix for mining node and herborism nodes, plus some quest items
``` sql
DELETE FROM `gameobject_loot_template` WHERE `entry` IN(1698, 34868, 40268, 40321, 40325, 43114, 44457, 44459, 45539, 494…
-
I love the design and concept behind Inferno -- it fascinates me and I'm just raring to switch from React. But before we get there, there are a few things Inferno needs to address. I'm a bit busy righ…
alkhe updated
9 years ago
-
-
Mithril/React's approach of rebuilding and diffing the entire virtual DOM each time something changes is very performant. However, as virtual DOM construction becomes more complicated, and results in …
-
http://lhorie.github.io/mithril/
Mithril is a client-side MVC framework - a tool to organize code in a way that is easy to think about and to maintain.
Light-weight
Only 5kb gzipped, no dependencies
…
ginus updated
9 years ago
-
I moved a template from one directory to another, and updated the reference to it in a coffeescript file that was using it. When I did so, I got this error:
```
compiled /Users/ysimonson/Desktop/dail…