Im looking for a light two-way databinding lib, like: https://github.com/grnadav/databind - are there any good alternatives that I've missed?
What is a good light two-way data binding JavaScript library?
1–3 of 3 posts
Re: What is a good light two-way data binding JavaScript library?
#2Might not be what you want, but I like mithril.js.
It's now my go-to solution for HTML-javascript projects. It allows rapid prototyping and simple iteration is a way that most other solutions I've experimented with just don't.
I suggest you play with a few and then choose. (And I do mean play. Make something fun that'll keep your attention).
Re: What is a good light two-way data binding JavaScript library?
#3Not sure if you want to stick with that in the long run. As your project grows, it will grow out of that simple requirement. It's almost always that you need a more mature framework afterwards.