I've loved using Knockout these last few years, but struggled with its unpredictable performance. I really like the idea of Mithril (and the other virtual-DOM schemes), but it has really wonky problems if you move a component around in your DOM.
To address these issues, I recently came up with my own scheme, Od, and I really like it:
https://github.com/ralphbecket/Web/tree/master/Od
The web site there has plenty of explanation, examples, and documentation.
No comments:
Post a Comment