-
Hi guys!
I'm loving to work with Mithril 1.0 (aka rewrite), it is fast and awesome! But I'm a bit confused with using CSS3 animation with it. Can anyone show a pratical example?
Thanks!
-
Note: I use ES6 class syntactic sugar to manage component code.
When `Object.create` is called [here](https://github.com/MithrilJS/mithril.js/blob/master/render/render.js#L107) it creates a new obj…
sides updated
7 years ago
-
In
[[Mithril Documentation|http://mithril.js.org/request.html]] documents options.extract to be
options.extract string = Function(xhr, options)
This is confusing as what to be returned is…
-
TL;DR: Let's do some heavy memory layout optimization to make GC more predictable and speed up creation/destruction. Less garbage is always nice, and engines can do some nice things if we let them.
…
-
Hi,
I have just been noticed that you are adding TypeScript definitions to Mithril once again.
I should have probably told you, but I also wrote some TypeScript definitions for Mithril, and all …
-
Hi!
I'm trying to use Preact as React replacement in my mobile app. But it seems that Preact does not support Web Components used inside "render". Web Components is used from OnsenUI framework.
I thi…
-
Currently, running the `npm start` script yields a `sh: 1: firebase: not found` error.
One quick-fix would be to add `firebase-tools` to devDependencies. (I've never had much fun with global deps ;)
…
-
[I noticed you had issues with typing components](https://github.com/lhorie/mithril.js/issues/618#issuecomment-252441965), so I decided to take a look at your typings. Here's a couple suggestions of m…
-
At this point streams's index.d.ts exists in @types/mithril/stream
The #improved has moved the stream interfaces under the mihtril / stream and this breaks global style usage.
This would probabl…
-
I can't seem to understand why a component is mounted twice when using mithril translate. Is someone else experiencing the same issue? Is it supposed to be like this?
```
var m = require('mithril');
…