Routing
You can use any client side router with Presto - it is not tied to any particular implementation. It provides some general utilities to assist with routing (both client or server side).
- UrlPattern provides a standard way to define URL patterns with functions to resolve any arguments or append query string parameters.
- NamedUrlPatterns lets you specify a name for a
UrlPattern
and use that throughout your site rather than hardcoding a URL. - useUrlQueryState makes dealing with state stored in URL query parameters as convenient as the
useState
hook.
Installation
yarn add @prestojs/routing