TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

What is a good light two-way data binding JavaScript library?

2 pointsby roobineover 9 years ago
Im looking for a light two-way databinding lib, like: https://github.com/grnadav/databind - are there any good alternatives that I've missed?

2 comments

Rannathover 9 years ago
Might not be what you want, but I like mithril.js.<p>It&#x27;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&#x27;ve experimented with just don&#x27;t.<p>I suggest you play with a few and then choose. (And I do mean play. Make something fun that&#x27;ll keep your attention).
lollipop25over 9 years ago
Not 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&#x27;s almost always that you need a more mature framework afterwards.