Ask HN: Front end framework with focus on productivity

3 points by NhanH ↗ HN
Let me clarify by what I mean with productivity: I'm developing a couple personal apps (ie. one user and one developer), and because of that, the most important "feature" for me is my ability to crank out code. Compatibility, maintainability (or to be specific, the usual concern with multiple developers and such), speed, scaling etc. be damned.

In a sense, I'm looking for the front end equivalent of Arc/ Lisp for UI developing. What should I be looking at?

2 comments

[ 2.9 ms ] story [ 15.6 ms ] thread
If you're thinking small, something like http://vuejs.org/ or http://knockoutjs.com/ for views / data binding, and whatever else needed to structure the rest of your logic.

I'm not mentioning the big popular frameworks because more than enough has already been said about those elsewhere.