Open notramo opened 1 year ago
I will consider this, as long as it doesn’t make the router much more complex. The value of svelte-spa-router is that the APIs are relatively small, especially for the basic things, and can be used even without spending too much time reading docs. maintaining this is my first priority!
When nested routes are used often, and with more complex paths, it becomes verbose, and error prone. Vue router solves this by using a tree of routes.