User avatar
lumpen 🍉 III @scrum@wanderingwires.net
3w
@0x4d6165 people are just going to complain regardless... my solution to this has just been off loading everything to the backend, using $_SESSION for a lot of stuff that I probably shouldn't, using weird CSS hacks excessively, php helps one out with this approach as writing switches involving templates manipulated by GET variables, pagination schemes, that's all quite trivial

But then doing that, the user has to click a lot more links and load a lot more pages, they're gonna have to refresh every time they want notifications, maybe that's a better way to do things, but no one wants that, so will opt back into javascript anyway