leptos/examples/errors_axum
2024-01-19 14:16:58 -05:00
..
public Update ErrorBoundary to use miette::Diagnostic instead of Error, and various other tweaks (#401) 2023-01-31 21:56:42 -05:00
src nicer formatting, remove cfg-if 2024-01-19 14:16:58 -05:00
Cargo.toml nicer formatting, remove cfg-if 2024-01-19 14:16:58 -05:00
LICENSE Update ErrorBoundary to use miette::Diagnostic instead of Error, and various other tweaks (#401) 2023-01-31 21:56:42 -05:00
Makefile.toml build(examples): make it easier to run examples (#1697) 2023-09-12 10:46:16 -04:00
README.md chore: add rust-toolchain.toml to examples (closes #2151) (#2161) 2024-01-07 15:29:54 -05:00
rust-toolchain.toml chore: add rust-toolchain.toml to examples (closes #2151) (#2161) 2024-01-07 15:29:54 -05:00
style.css Update ErrorBoundary to use miette::Diagnostic instead of Error, and various other tweaks (#401) 2023-01-31 21:56:42 -05:00

Leptos Errors Demonstration with Axum

This example demonstrates how Leptos Errors can work with an Axum backend on a server.

Getting Started

See the Examples README for setup and run instructions.

Quick Start

Run cargo leptos watch to run this example.