leptos/examples/static_routing
2024-08-31 10:33:12 -04:00
..
assets feat: add support for static routing and incremental static regeneration (#2875) 2024-08-31 10:33:12 -04:00
posts feat: add support for static routing and incremental static regeneration (#2875) 2024-08-31 10:33:12 -04:00
src feat: add support for static routing and incremental static regeneration (#2875) 2024-08-31 10:33:12 -04:00
style feat: add support for static routing and incremental static regeneration (#2875) 2024-08-31 10:33:12 -04:00
.gitignore feat: add support for static routing and incremental static regeneration (#2875) 2024-08-31 10:33:12 -04:00
Cargo.toml feat: add support for static routing and incremental static regeneration (#2875) 2024-08-31 10:33:12 -04:00
LICENSE feat: add support for static routing and incremental static regeneration (#2875) 2024-08-31 10:33:12 -04:00
Makefile.toml feat: add support for static routing and incremental static regeneration (#2875) 2024-08-31 10:33:12 -04:00
README.md feat: add support for static routing and incremental static regeneration (#2875) 2024-08-31 10:33:12 -04:00
rust-toolchain.toml feat: add support for static routing and incremental static regeneration (#2875) 2024-08-31 10:33:12 -04:00

Static Routing Example

This example shows the static routing features, which can be used to generate the HTML content for some routes before a request.

Getting Started

See the Examples README for setup and run instructions.

Quick Start

Run cargo leptos watch to run this example.