Sprint – A high-performance, DOM library for modern browsers
1–10 of 72 posts
Re: Sprint – A high-performance, DOM library for modern browsers
#2I am tired of terribly slow mobile sites. A demo of the difference would help.
Re: Sprint – A high-performance, DOM library for modern browsers
#3This only supports IE10+. Why shouldn't I just use Javascript directly?
Re: Sprint – A high-performance, DOM library for modern browsers
#4It doesn´t seem to support the jQuery .ajax() method, I hope its added soon
Re: Sprint – A high-performance, DOM library for modern browsers
#5This 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
#6I didn't find any information on browser support.
Re: Sprint – A high-performance, DOM library for modern browsers
#7I didn't find any information on browser support.
It says IE10+, so I would guess any vaguely recent chrome/firefox/safari as well
Re: Sprint – A high-performance, DOM library for modern browsers
#8It 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
Re: Sprint – A high-performance, DOM library for modern browsers
#9Yeah, 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
#10It 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.