Vanilla UJS
Basically it’s just about “to get the UJS features without jQuery”. These days we don’t really need jQuery in every webapp. Firstly, browsers becomes much more friendly about API (we have native querySelector and XHR2 now) and CSS (cool animation without any JS). Secondly, we don’t really want old-style apps, cause we have sockets (push notifications) and angular-like systems and other stuff.
The question for now is “do people really need vanilla ujs?”. The other question and also kinda a call is to test current gem in your app and say if it works.
Post a comment