Remix.run Logo
rafram 5 days ago

> This includes fetching all sub-resources like CSS, JavaScript, and images, and executing the JavaScript.

So not necessarily any website, because that could cause issues if one of the prerendered pages runs side-effectful JavaScript.

echoangle 5 days ago | parent [-]

Then it’s a badly designed website, GET requests (and arguably the JS delivered with a GET-requested HTMl page) should be side-effect free. Side effects should come from explicit user interaction.

rafram 5 days ago | parent [-]

> and arguably the JS delivered with a GET-requested HTMl page

That's pretty hard to achieve.

echoangle 5 days ago | parent [-]

Why? What side effects does loading and executing the JS of a normal website have? Except for analytics, I don’t see any.