I am a regular lurker into the Mithril gitter channel and saw you mentioning your project.
Leo (Mithril's creator) has been quite an inspiration and helped me quite a bit on improving my understanding of javascript, the DOM etc...
I thought I would point you to his previous blog where he distilled some nuggets of his wisdom, notably how to avoid lots of repetitions in forms when having multiple inputs.
This was written for the old Mithril so ctrl up to Mithril 0.2 should be replaced by vnode.state most of the time in Mithril 1.0.
His previous blog was really a great source of ideas, most of them have been incorporated into the new Mithril documentation but not the one above as far as I am aware.
Hi,
I am a regular lurker into the
Mithril
gitter channel and saw you mentioning your project. Leo (Mithril's creator) has been quite an inspiration and helped me quite a bit on improving my understanding of javascript, the DOM etc... I thought I would point you to his previous blog where he distilled some nuggets of his wisdom, notably how to avoid lots of repetitions informs
when having multipleinputs
.This was written for the
old
Mithril soctrl
up toMithril 0.2
should be replaced byvnode.state
most of the time inMithril 1.0
.His previous blog was really a great source of ideas, most of them have been incorporated into the new Mithril documentation but not the one above as far as I am aware.
Hope this helps,
Cheers