top | item 18401321

(no title)

level | 7 years ago

Have you explored the mithril.js [1] project? It seems to have reasonably similar goals, although the templating is pretty different from how you implemented it. Mithril doesn't have a concept of state, which also sets it apart from your project, but it seems to handle re-rendering just fine without it.

[1] https://mithril.js.org/

discuss

order

orizens|7 years ago

i'm familiar with mitril - however i explored my own way to approach a library.