Y
Hacker News
new
|
ask
|
show
|
jobs
by
xtrumanx
3918 days ago
The docs page delivered 270kb of compressed and minified JavaScript (1MB uncompressed) but sadly didn't seem to show anything with JavaScript disabled. I thought all the hot new React apps were isomorphic nowadays.
2 comments
aberatiu
3918 days ago
It also contains all his blogposts (the bundle.js file). Not good on the long term
link
Killswitch
3918 days ago
Isomorphic does not mean works without JavaScript. Actually you need JavaScript turned on for isomorphic to work.
On a related topic, I hate the term isomorphic. It's just JavaScript.
link
sylvinus
3918 days ago
You don't need JavaScript if the server can generate all the pages and the links are valid.
link