Don't know about you, but I've been hearing about this new routing system in SvelteKit. I first heard about this with the +error.svelte
file that I found here on the official docs. Not soon enough, I've also seen the other files like the __layout.svelte
file having a +
sign in front of it's filename like this: +layout.svelte
on the docs.
So I've been wondering:
- How do I migrate from the SvelteKit's old routing system to this updated routing system?
- If possible, how to let SvelteKit do itautomatically?
- What's the importance of this new routing system?