Hacker News new | ask | show | jobs
by carsongross 4436 days ago
I think it holds up well, compared w/ pjax at least. You can check out the tutorials for examples where I do some somewhat complicated stuff with it.

Search for "Implementing A Dynamic Progress Bar" on this page:

http://intercoolerjs.org/intro.html

for a fairly elaborate example.

That being said, Intercooler is not designed to handle 100% of the AJAX cases you might run into. If you have a crazy dynamic UI, like a live graph or drawing canvas, this isn't the right tool.

But, it will play well with whatever the right tool is. :)