leptos/examples/error_boundary
2023-04-06 21:53:52 -05:00
..
public Basic error boundary example 2023-02-08 20:32:59 -05:00
src examples: include missing examples in CI (#598) 2023-02-28 15:33:02 -05:00
Cargo.toml Add profile.release to many examples 2023-04-06 21:53:52 -05:00
index.html Basic error boundary example 2023-02-08 20:32:59 -05:00
Makefile.toml Basic error boundary example 2023-02-08 20:32:59 -05:00
README.md Basic error boundary example 2023-02-08 20:32:59 -05:00

Leptos <ErrorBoundary/> Example

This example shows how to handle basic errors using Leptos.

To run it, just issue the trunk serve --open command in the example root. This will build the app, run it, and open a new browser to serve it.

If you don't have trunk installed, click here for install instructions.