Instead of matching URLs like /foo/bar/123?q=what we should be able to match URLs like #/foo/bar/123?q=what. We'll start with a Router-specific config, i.e. all of the routes in a router would be handled the same way.
This is useful e.g. for static sites with no backend
Instead of matching URLs like
/foo/bar/123?q=what
we should be able to match URLs like#/foo/bar/123?q=what
. We'll start with a Router-specific config, i.e. all of the routes in a router would be handled the same way.This is useful e.g. for static sites with no backend