Intercooler.js – Making AJAX as easy as anchor tags
1–10 of 156 posts
Re: Intercooler.js – Making AJAX as easy as anchor tags
#2Re: Intercooler.js – Making AJAX as easy as anchor tags
#3Re: Intercooler.js – Making AJAX as easy as anchor tags
#4Re: Intercooler.js – Making AJAX as easy as anchor tags
#5Re: Intercooler.js – Making AJAX as easy as anchor tags
#6I tried out several client side frameworks but always felt like it was way overkill for the apps I built.
I gave intercooler.js a try a few months ago and was extremely pleased. There's very little server side that's required and the extra functionality I had wanted from pjax was there.
If you're wanting the simplicity of server side rendering plus the feel of an SPA without the frontend complexity give this library a try.
Re: Intercooler.js – Making AJAX as easy as anchor tags
#7Re: Intercooler.js – Making AJAX as easy as anchor tags
#8I love that you can use this without having to build anything with babel/webpack. Given the scope of my web apps, anything that transpiles or mutates my sourcecode is a non starter because it makes debugging it weird since I'm not looking at my own code anymore.
Re: Intercooler.js – Making AJAX as easy as anchor tags
#9Re: Intercooler.js – Making AJAX as easy as anchor tags
#10I'm surprised this needs jQuery. What this seems to be is a simple script that fetches a resource and places it into an element. I really feel opposed to adding more dependencies where they aren't required. That could be written without jQuery or this library fairly easily.