Remix.run Logo
toyg 2 days ago

If I understand correctly, when a nowhere URL is pasted in a browser, what happens is:

1. the browser downloads generic JS libraries from the main site

2. these libraries then decode the fragment part, and transform it into the UI

If that's correct, someone still has to host or otherwise distribute the libraries - hence why you need the app to use it while offline (it ships the libraries).

This is not criticism, I'm just trying to get my head around how it works.

rrvsh 2 days ago | parent [-]

I think it still fulfills the brief; the website you are accessing is still hosted "nowhere". Very cool concept, just read about fragments on the MDN docs a couple month ago

nchie 2 days ago | parent | next [-]

But dependencies are part of a website? It literally says "Still here when the internet isn't." - but I can't go on there without an internet connection?

jdiff 2 days ago | parent [-]

Service Workers can cough up this stuff even without a connection, provided you already visited the site once before. This is how sites like Twitter still load their bones even without a connection.

embedding-shape 2 days ago | parent | prev [-]

> Very cool concept, just read about fragments on the MDN docs a couple month ago

Crazy to hear someone reading about something today, that been around since the 90s and probably is one of the first parts you touch when doing web development, but I guess you're just another one of the 10K lucky ones :) (https://xkcd.com/1053/)