I am trying to build an SPA with role based access using Svelte. Coming from Angular with its route guards, I want to setup something similar.
What would be the best way to do that?
EDIT:
I was indeed referring to SvelteKit, and I updated my question to reflect that.