-
Here is an [example that works with Mithril 1.x](https://flems.io/#0=N4Igxg9gdgzhA2BTEAucD4EMAONEBMQAaEAMwEskZUBtUKTAW2TQDoALAF0fmPSk6IBqECAC+RekxYhWAK2olIAoZxHKYnAATAtAJ0QBHAK7kD+IlqPHM8GABUIWsVoC8Wg…
-
## Expected Behavior
When Mithril renders a component with two `span` elements (it can be any element with `display: inline/inline-block`) the generated code should be equal to writing the tw…
-
### Description:
A sequential reading of the rewrite docs fills me with joy. [The first time we encounter 'lifecycle hooks', it turns out we get very fine grain control, and we get it for any type of…
-
Hello Ionic Team,
Here are few more things you can do when you use React.js & Redux as front end.
**React VR:**
https://facebook.github.io/react-vr/
**WebGL on React:**
https://react.…
ghost updated
6 years ago
-
Picodom@2.0.0 is coming to you very soon. The signature of patch needs to change, and I need your feedback to get it right.
Closes
- https://github.com/picodom/picodom/issues/80: I don't understan…
-
We could turn `m.trust(str)` into a component `m(m.Trust, {ns?: namespace}, str)` and remove the corresponding logic from the core renderer. This may or may not be a good idea...
```JS
m.Trust = f…
-
@fisherman/all
Now that fin has ended and we are back to fisherman, it would be nice to have another look at the website and remove some of the cruft / redesign some of it. Perhaps even make it only…
ghost updated
6 years ago
-
Hi,
maybe this is stupid but i wanted to know if i am doing it wrong or it is a bug or intentional behavior.
place holder to mount the VDom into it
``
DOMVM code
```
let domView = domvm.view((vm…
-
-
It would seem natural for `m.redraw()` to return a promise that resolves after the redraw is completed – ie. the DOM is updated.
*Example use case:*
```JS
function focusNextRow(e) {
let nextR…