Hacker News new | ask | show | jobs
by c8d3f7b49897918 3088 days ago
Thank you for the kind words about intercooler.js. :)

If you are interested in some reading on the theory behind it, I recommend these two blog posts that explain how HTML and REST/HATEOAS hang together better than Javascript with JSON:

http://intercoolerjs.org/2016/01/18/rescuing-rest.html

http://intercoolerjs.org/2016/05/08/hatoeas-is-for-humans.ht...

1 comments

I am really liking intercoolerjs and noticing that Stimulus will not work with IE11 which I need to support.

What is the browser support for intercoolerjs?

> noticing that Stimulus will not work with IE11 which I need to support

See: https://github.com/stimulusjs/stimulus/blob/master/INSTALLIN...

Thank you
intercooler should work in any browser that your chosen version of jquery or zepto works in.

If you want to see if a particular browser is compatible with a particular version of intercooler + (jquery || zepto), the unit tests are linked off the release page:

http://intercoolerjs.org/download.html

And you can simply open the the unit test page in question:

http://intercoolerjs.org/release/unit-tests-1.2.1.html?hidep...

This will run all tests for intercooler 1.2.1 using jQuery3 as the underlying library. Be sure to let the window retain focus or a few tests will fail.