Crate sycamore_router[][src]

Expand description

The Sycamore Router.

Structs

A router that uses the HTML5 History API to keep the UI in sync with the URL.

A list of Segments.

A router that never changes location. Useful for SSR when the app will never change URL.

Enums

Represents a capture of an URL segment or segments.

Represents an URL segment or segments.

Traits

Fallible conversion between a param capture into a value.

Fallible conversion between a list of param captures into a value.

Trait that is implemented for enums that can match routes.

Functions

Navigates to the specified url. The url should have the same origin as the app.

Derive Macros

The Route procedural macro.