Remix.run Logo
achierius 5 days ago

Out of curiosity, why did you need a sandbox if you didn't have any security concerns?

kodablah 5 days ago | parent | next [-]

Sibling quoted the proper part. It's to help people keep code deterministic by helping prevent shared state and prevent non-deterministic standard library calls.

necovek 5 days ago | parent | prev [-]

  > but it does a good job at isolating state, intercepting and preventing illegal calls we don't like
Sounds like they put the reason just there.