Jonny Buchanan

Results 130 comments of Jonny Buchanan

Struggling to think of a non-horrible API for this. Will post purely theoretical examples in comparison to some real, lovely, HTML-based templates, until something sticks. Template inheritance: child templates can...

Big pieces which are yet to be done: ``` Filters/functions API for plugging in new tags/filters Early generation and cloning of static chunks ```

Can this feature request also cover `nvm use`? That's the command I use the most and it'd be much more convenient to do `nvm use 4` to use latest 4.x...

Am I right to assume that the pull request for #1 obviates the need for this?

MSX will bundle any child contents into an array which is passed as the third argument to a Mithril component's view function, so something like this should work: ``` javascript...

Widgets aren't React components (yet, at least). See insin/newforms-examples#2

A `Form` knows how to re-render when its state changes, but a `Field` currently doesn't. Will need to provide a way to enable this automatically, but you will have to...

Looking at your example a bit closer, a couple of suggestions: - Redefining `forceUpdate` might actually be `overriding` the built-in one, so get rid of that. - You're not passing...

You will still need a `forceUpdate()` to re-render on choice changes until this issue is resolved.

This is invalid syntax, try playing around with it in https://babeljs.io/repl/ first.