-
We do not have time for this, but damn, I wish we used this from the start: https://postcss.org/
wstrm updated
5 years ago
-
The main question:
What **framework** are we going to use for this? should we try [recroom](https://github.com/mozilla/recroom)?, or maybe [mithril](http://lhorie.github.io/mithril), what @willyarand…
-
![shields_inv_shield_admin](https://cloud.githubusercontent.com/assets/401965/22314662/bff90270-e362-11e6-8aa2-85fe8047d320.png)![shields_shield_admin](https://cloud.githubusercontent.com/assets/40196…
lipki updated
7 years ago
-
This issue is just to make a note of Mithril's 1.0 rewrite and my forthcoming attempt to move Mathom to it.
-
Do you think it would be easy to implement this plugin like babel-plugin-mjsx does (it's for mithril) ?
It does not require a `m` or `h` function to exist in the module.
Thanks !
-
If possible I would like to be able to change the name of liquid registered in the liquid dictionary. (Not the id, but actual display name)
Example: Thermal Expansion has an ore named Mana Infused Or…
-
Hey there :-)
It may be nice to have maybe a `Mithril.Event` with an added `redraw: boolean` field.
Or did I miss it?
-
Mithril would allow to use Babel in recent version and MSX will be deprecated: https://github.com/insin/msx/issues/13
Will Mithrilify migrate to Babel in a next version or it will be a legacy package…
-
We currently have
- https://github.com/MithrilJS/mithril.js/blob/next/docs/changelog.md, the legacy, hand-curated change log used to generate the docs Web site, and
- https://github.com/MithrilJS/mi…
-
```
const HeaderComponent = {
view: (vnode) => Hello, {vnode.attrs.name}!
};
export default HeaderComponent;
```
```
import HeaderComponent from './Button';
export const App = {
…