Y
Hacker News
new
|
ask
|
show
|
jobs
by
recursive
197 days ago
Why would html rendering require a network connection? It doesn't seem to on my machine.
1 comments
vatsachak
197 days ago
Things like LaTeX equation rendering are hosted on a cdn
link
krapp
197 days ago
They can be but don't need to be. Any javascript can be localized like HTML and CSS.
link
vatsachak
197 days ago
That's fair, but imagine trying to get the average reader up to speed with something like npm.
link
krapp
196 days ago
You don't actually need npm either. You can literally just distribute everything - html, css, images and js in a zipped folder and open it locally.
link