-
Some new frameworks to consider:
- [Mithril](http://lhorie.github.io/mithril/) builds DOM elements from pure JS calls (although someone has written a [templating preprocessor](https://groups.google.co…
-
Allow a `noredraw` object for event handlers which aren't wrapped in redrawing, or iterate `config` applying any onxxx attributes in the same way.
Event handling is sufficiently tightly bound to a co…
-
1. Documentation errors:
a) there is: sjs --module /mithril.compile.sjs --output .js .js
it should to be: template-compiler.sjs
b) Why is this file on another repository only?
2. Documentatio…
-
Hi,
Sorry for this issue, maybe I have to study more the source code, but is really boring without some docs.
I don't understand what is the structure of a component. What is `list` or `style` and w…
-
Hi, how can we load a mithril template from the remote view?
**/remote-php/view/dashbord**
```
m('div', 'dashboard');
```
**client-side**
m.request({ ..., deserialize: ...}).then(function(data)…
-
`m.withAttr` is one of the cornerstones of the Mithril redraw cycle because it allows simple bi-di binding through forced synchronization. However, there are situations where the callback has conditio…
-
This one is a tricky issue..
As in REACT some attributes need to be set as an property, so there should be an whitelist on this in case people set an attribute and it has to be an property.
Anyway. T…
ghost updated
9 years ago
-
Currently the project list portion of the website takes (in chrome) ~3 seconds to load and ~2 seconds to sort/filter. As the number of packages increases this is only going to get worse. I think this…
-
I'd be interested in seeing a demo of mithril's animation performance as seen in the jsfiddle at http://vuejs.org/perf/
http://jsfiddle.net/yyx990803/uv4Jn/light/
-
Using the online template converter, if there is an HTML comment in the text it will not do the conversion. The error is:
`Uncaught TypeError: Cannot read property '0' of undefined lhorie.github.io/m…