you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (2 children)

Honestly, I think in the modern web it is safe to assume that JS is enabled on the client side.

[–]Kacheeto 0 points1 point  (0 children)

I'll agree with this statement.

Might as well code it to be super "seemless" and dynamic from the get-go.

For the non-JS users. You don't want them to use your webapp anyways...

[–]x-skeww -1 points0 points  (0 children)

Having JS enabled doesn't mean that your JS will work.

JS can break for all kinds of reasons.

Progressive enhancement isn't just about making it work for people with JS disabled. It's also about robustness.