msx icon indicating copy to clipboard operation
msx copied to clipboard

JSX for Mithril.js 0.x

Results 8 msx issues
Sort by recently updated
recently updated
newest added

Was using msx as gulp plugin, and it has been constantly failing when i used the exact line from the documentation example. Adding 'return' fixed it. Not that serious, but...

Does [Facebook's React patent](https://www.quora.com/Are-people-really-worried-about-using-React-and-ReactNative-with-the-language-thats-in-Facebooks-PATENTS-file) come into play if using msx?

not support void tag ``` ... ``` must be self-closed ``` ... ``` void tag: /^(?:input|img|br|wbr|hr|area|base|col|embed|keygen|link|meta|param|source|track)$/

Perhaps I'm being really thick, when I try to specify the output directory as an absolute path it always ends up being a relative path in the pwd. Is this...

Hi, I've switched from React to Mithril, and MSX has been really great. With JSX, you can invoke {this.props.children} to render child components that can be between an opening and...

If I have an html file ``` sup ``` How can I compile that into something I can then use in my `.js` file Am I supposed to prepend all...

Mithirl caches nodes created via the `m()` function, indexed by its first argument. This is an example of a node that caches well: ``` m('a#google.external[href="http://google.com"]", 'Google'); ``` If all those...

Hello! Thanks for making this available. Just an extremely minor patch here. You see, on my phone these png build icons looks a bit... not so crisp. And seeing as...