Y
Hacker News
new
|
ask
|
show
|
jobs
by
tomnipotent
2217 days ago
Technically it doesn't. Unless developers add a bunch of logic to run in JS after the page loads (e.g. React's useEffect), everything it needs to render should work just fine without JS enabled.
1 comments
jshawl
2216 days ago
You're right that HTML is generated with `gatsby build`.
All of the CSS is loaded from the webpack runtime though.
link
All of the CSS is loaded from the webpack runtime though.