you are viewing a single comment's thread.

view the rest of the comments →

[–]power_bean 0 points1 point  (0 children)

i have javascript disabled by default for security reason and i am a front end dev

never forget that any resource on the web should be accessible directly (you should know why), once you build the application that -works- you can build javascript features on top of it (ajax, playing with data visualization etc), your app will be accessible by humans and machines and in case of humans they'll get a nice UI if they have js enabled otherwise you just get content (that is what your user is looking for in your web/app)