-
My first try with Mithril started with using the [template](https://github.com/velveteer/mithril-boilerplate) by Velveteer which uses one of lhorie's [code samples from his blog](http://lhorie.github.…
-
In React it is possible to reuse serverside generated html/dom nodes. This is useful when the server already generates a page representation for seo purposes. Is it possible to do something simular in…
-
I created this fiddle: http://jsfiddle.net/3933g/
When we click the button on the right the second time to close the menu, the button disappears.
This bug appears in version 0.1.16, 0.1.17 and 0.1.18…
-
Any thoughts on how to convert markdown to virtual-dom?
-
Mithril looks nice and compact, great work :)
I would like to have a base layout template and let other smaller page templates inherit/extend the base template. The base template declares a header an…
-
So as stated in recent discussions, DocPad needs to be broken apart, as well as abandoning the notion of importers and exporters in favour of a new concept called "sources".
I'm actually contemplatin…
-
https://github.com/lhorie/mithril.js
@lhorie We seem to also have an interface very similar to yours, `h` vs `m`. We are also implementing a diff and patch system to allow efficient updates.
Would b…
-
I can't seem to figure out a self contained example here, as I haven't figured out what the trigger actually is. But sometimes when re-rendering some elements that should be there are not there, and …
-
when rendering a big list of elements, it may be useful to cache the html and not to compute it again if the model has not changed.
An example for this with the quick start tutorial:
``` javascript
…
yanns updated
10 years ago
-
@t0yv0 and I were discussing possible problems with the virtual DOM approach, and he created [this fiddle](http://jsfiddle.net/k6dsX/) demonstrating one such scenario. Is this a bug in the diffing app…