Comment on The sheer amount of websites that are completely unusable without JavaScript
owsei@programming.dev 3 days agoThat site is literally just static content. Yes JS is needed for interactivity, but there’s none here
Comment on The sheer amount of websites that are completely unusable without JavaScript
owsei@programming.dev 3 days agoThat site is literally just static content. Yes JS is needed for interactivity, but there’s none here
victorz@lemmy.world 3 days ago
If you have static content, then sure, serve up some SSR HTML. But pages with even static content usually have some form of interactivity, like searching (suggestions/auto-complete), etc. 🤷♂️
Limonene@lemmy.world 3 days ago
Search is easier to implement without Javascript than with.
victorz@lemmy.world 3 days ago
Does that little snippet include suggestions, like I mentioned? Of course it’s easier with less functionality.
humorlessrepost@lemmy.world 2 days ago
Back in my day, we’d take that fully-functional form and do progressive enhancement to add that functionality on top with js.