#What is remixContext?
1 messages · Page 1 of 1 (latest)
It's data remix uses to transition to client navigation. You can see that it goes away when you comment out <Scripts /> in roots.tsx (remember to add it back in after).
Remix works by initial document load as rendered html, then send the data and JavaScript to work like a classic SPA.