A friend told me that he was using Pjax to build SPAs. Isn't it bad as pjax apparently doesn't take advantage of client side rendering? All it does it use pushState() and set innerHTML of divs. Please correct me if I am wrong.
I've really only used Pjax for some simple web-pages, if you're using Pjax for fetching three datatables, two HTML5 charts, and some sort of notification sidebar, yeah, it's bad.
If you're using Pjax for pagination with a maximum of 100rows per page, it should be fine
pilus
Unemployed Software Engineer
I've really only used Pjax for some simple web-pages, if you're using Pjax for fetching three datatables, two HTML5 charts, and some sort of notification sidebar, yeah, it's bad.
If you're using Pjax for pagination with a maximum of 100rows per page, it should be fine