Comment by sethhochberg

9 hours ago

I think many people would suggest that this was more of an accident due to the ubiquity of the browser, though.

The transition from "websites" to "web apps" was well underway by the time the dev tools became a built-in browser feature - Chrome was notable for being the first browser to release with the console, inspectors, etc out of the box, but that came later. The developer experience was quite a bit rougher in the early days, and then better but still not native in the days of plugins like Firebug.

The web becoming the premium app distribution platform was, firstly, because the web was the lowest-common-denominator distribution channel. Javascript was just the tool that was available where everyone wanted to run.

Yes, but maintaining a webapp isn't a nightmare due to the user being able to inspect css, edit html or access the javascript console?

  • The difference is the changes the user can make don’t flow back to the original. If the user hits refresh they get your copy of the web app, not theirs.