-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
intercooler.js worth adding to libraries? #42
Comments
It seems to me there’s a fundamental difference: The intercooler example A different (and more ROCA-compliant) approach would be something like |
That's reasonable. There is the ic-enhance attribute, which acts more inline with this philosophy: http://intercoolerjs.org/attributes/ic-enhance.html Also might be worth looking at turbolinks: |
Hi, to me the standard behaviour described by that library leads people really a bit in a different direction. Especially extending anchor links to send a post or a put changes the behaviour largely from what the link is doing without js. Giving a look to the guide, yes, for sure there are some functionalities that can be seen as ROCA compatible, but in large in my opinion it is not. Regarding turbolinks, which is around quite a while might really something for the list. Pjax does basically the similar thing |
Hi There,
I don't want to presume that intercooler.js matches up exactly with what you are outlining here, so before I create a pull request I'd like to get your opinion:
http://intercoolerjs.org
It allows you to add ajax to your system using HTML attributes that follow and extend the standard HTML/HTTP model.
The text was updated successfully, but these errors were encountered: