A better designed version of Backbone with a small footprint.
Ask HN: Best tiny JavaScript framework?
11–20 of 46 posts
PX2: https://github.com/burtonsamograd/px2
Re: Ask HN: Best tiny JavaScript framework?
#12Re: Ask HN: Best tiny JavaScript framework?
#13I designed tko (https://github.com/knockout/tko) to make it easy to re-use the best parts of Knockout using tree-shaking ES6 imports.
When experimenting with substituting a few modules, I've gotten it down to 4.5k gzipped.
It's still quite early on (alpha), but already some folks are using it in production. Plus, it's mostly backwards-compatible with Knockout.
While it might not be an ideal, usable solution for this problem yet, it's definitely moving in the direction of filling exactly this niche (among others).
Re: Ask HN: Best tiny JavaScript framework?
#14I like the dom wrapper this guy came up with: https://hackernoon.com/how-i-converted-my-react-app-to-vanil...
I adapted it for myself here: https://gitlab.com/heycato/domjs/blob/master/dom.js
Re: Ask HN: Best tiny JavaScript framework?
#15How about basically no framework with svelte? https://svelte.technology/
Re: Ask HN: Best tiny JavaScript framework?
#16http://mithril.js.org/
Size < 8kb gzipped (includes routing and ajax)
Re: Ask HN: Best tiny JavaScript framework?
#17How about basically no framework with svelte? https://svelte.technology/
Svelte is a framework... that disappears at build time.
Re: Ask HN: Best tiny JavaScript framework?
#18[deleted]
Re: Ask HN: Best tiny JavaScript framework?
#19Vue is really small: 18kb min+gzip is tiny compared to the competition.
Check also http://riotjs.com/ 9.73KB (gzip)
Re: Ask HN: Best tiny JavaScript framework?
#20Have a Look at Backbone.js. http://backbonejs.org
I have choosen the lib for similiar reasons and i loved it