BinaryArtifex
BinaryArtifex
Explore posts from servers
NNuxt
Created by BinaryArtifex on 9/18/2024 in #❓・help
how does nuxt prevent parallel session refresh attempts on a nested route?
one infuriating pain-point i have with Remix is that there is no sufficient way to refresh your session without each of your nested routes making the same request to refresh the session, resulting in 'n-1' wasted requests and no idempotent way of determining which one will win. ive been trying to look into how nuxt handles this, particularly for nested routes but can't seem to find a definitive answer to this issue....
3 replies