leptos/examples/static_routing
Greg Johnston 0812da0651 examples: initial work on static routing example (not static yet) 2024-08-21 20:41:50 -04:00
..
assets examples: initial work on static routing example (not static yet) 2024-08-21 20:41:50 -04:00
posts examples: initial work on static routing example (not static yet) 2024-08-21 20:41:50 -04:00
src examples: initial work on static routing example (not static yet) 2024-08-21 20:41:50 -04:00
style examples: initial work on static routing example (not static yet) 2024-08-21 20:41:50 -04:00
.gitignore examples: initial work on static routing example (not static yet) 2024-08-21 20:41:50 -04:00
Cargo.toml examples: initial work on static routing example (not static yet) 2024-08-21 20:41:50 -04:00
LICENSE examples: initial work on static routing example (not static yet) 2024-08-21 20:41:50 -04:00
Makefile.toml examples: initial work on static routing example (not static yet) 2024-08-21 20:41:50 -04:00
README.md examples: initial work on static routing example (not static yet) 2024-08-21 20:41:50 -04:00
rust-toolchain.toml examples: initial work on static routing example (not static yet) 2024-08-21 20:41:50 -04:00

README.md

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.