piccalilli_’s avatarpiccalilli_’s Twitter Archive—№ 21,291

    1. The only acceptable answer to “should websites work without JavaScript?” is yes. Even your complicated SPA should have a minimum viable experience for when your JavaScript fails. Emphasis on when.
  1. …in reply to @piccalilli_
    Some reasons why your JavaScript *will* fail: - Your bundle never arrives - There’s a runtime error in your code or a browser extension - The user is using Chrome on Android with 2G (auto disabled JS) - A low powered device doesn’t have the capacity to run your JS
    1. …in reply to @piccalilli_
      I mean, we’re building our websites with sticky tape and dreams.