Live data from Hacker News

Sprint – A high-performance, DOM library for modern browsers

github.com

1–10 of 72 posts

Re: Sprint – A high-performance, DOM library for modern browsers

#5

This only supports IE10+. Why shouldn't I just use Javascript directly?

Not the author, but the API still sucks to write using vanilla JS. There are also still plenty of inconsistencies in modern browsers (per an article floating around here in the last day or two).

Re: Sprint – A high-performance, DOM library for modern browsers

#9
Yeah, its great that there are libraries like this that try to do better than the status quo.

But, with every new library there's always the question about support. And so since there is no involvement perceptible on its Github page (no PRs, no issues and 3months without a commit), I wouldn't want to use this in production.

Re: Sprint – A high-performance, DOM library for modern browsers

#10
post #4

It doesn´t seem to support the jQuery .ajax() method, I hope its added soon

Agreed, ajax is usually the reason I just think fuck it and add jQuery

Or you could just look at, say, http://microjs.com/#ajax to find a nicer microlibrary to do exactly what you need.
Post reply on HN