leptos/examples/suspense_tests
2024-09-07 20:56:30 -04:00
..
e2e chore: upgrade dependencies (#2765) 2024-08-10 20:01:41 -04:00
src chore: update suspense_test example to use Resource::map (#2877) 2024-09-07 20:56:30 -04:00
.gitignore test(suspense-tests): add e2e tests (Closes #1519) (#1533) 2023-08-15 06:19:20 -04:00
Cargo.toml fix: update to wasm-bindgen 0.2.93 (#2827) 2024-08-13 15:21:57 -07:00
LICENSE test(suspense-tests): add e2e tests (Closes #1519) (#1533) 2023-08-15 06:19:20 -04:00
Makefile.toml refactor(examples): extract client process tasks (#1665) (#1666) 2023-09-08 07:31:55 -04:00
README.md docs: make it easy to see how to run each example in its README (#2085) 2023-11-28 11:47:56 -05:00

Suspense Test Example

This example demonstrates the <Suspense/> behavior.

Getting Started

See the Examples README for setup and run instructions.

Test Strategy

See the E2E README to learn about the web testing strategy for this project.

Quick Start

Run cargo leptos watch to run this example.