leptos/examples/errors_axum
Joseph Cruz 65b7603192
fix(ci): address clippy issue (#2278)
* fix(ci): address clippy issue
* fix(ci): add missing nightly specifications
* fix(ci):  set all nightly references
* chore(ci): do not lint example crates
2024-02-09 16:30:11 -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 examples: fix typos in examples (#2260) 2024-02-05 05:20:53 -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 fix(ci): address clippy issue (#2278) 2024-02-09 16:30:11 -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.