▲ | tugberkk 2 days ago | |||||||
I still do not see a future without javascript. If you are not using any external libraries, why not use it? | ||||||||
▲ | anon1395 2 days ago | parent | next [-] | |||||||
> Why not use it? You shouldn't try and find ways to add unnecessary javascript to your page. | ||||||||
▲ | stephenlf 2 days ago | parent | prev | next [-] | |||||||
Some users, like journalists and the visually impaired, disable JavaScript. If you can make a product that works for them, why not do it? Some web clients, like TTY-based clients, ignore both JavaScript AND CSS. People using these clients rightly expect to get a worse web experience overall. But if you can make a functional web page for them, why wouldn’t you? These both sound like relatively niche edge cases. But nobody knows how things will change in the future. | ||||||||
| ||||||||
▲ | tapirl 2 days ago | parent | prev [-] | |||||||
Just use it when it is needed. Try don't use it when it is unnecessary. |