cljsinfo / cljs.info

ClojureScript website
http://cljs.info
MIT License
96 stars 9 forks source link

cljs.info displays nothing with javascript disabled #46

Closed NPrescott closed 8 years ago

NPrescott commented 9 years ago

Yes I'm serious.

I realize no one else cares but this may help remind me to do a pull against this with a fix of some kind.

oakmac commented 9 years ago

I agree this is a usability concern. At a minimum there should be a message that says "This site requires JavaScript."

FYI - this is currently only the case for the cheatsheet. I do want the majority of the site to be usable without JS enabled.

shaunlebron commented 9 years ago

Google set a precedent recently to not support js-disabled browsers:

goog-sherlock

source: https://www.reddit.com/r/javascript/comments/3d09y7/googles_new_page_if_you_have_javascript_disabled/

comamitc commented 9 years ago

If we can convert to isomorphic react we can render the pages on the server so that js-disabled clients are handled.

I tend to agree with @shaunlebron's point though, given that this is a JS transpiled language if you JS disabled and are a JS dev... LOL.

shaunlebron commented 9 years ago

good point