leptos/examples/suspense_tests
2024-03-13 22:33:54 -04:00
..
e2e refactor(verify-changed-examples): improve readability and runtime (#1556) 2023-08-22 21:22:13 -04:00
src remove cfg-if from all examples 2024-01-19 14:16:58 -05:00
.gitignore test(suspense-tests): add e2e tests (Closes #1519) (#1533) 2023-08-15 06:19:20 -04:00
Cargo.toml fix(ci): leptos examples fail with bindgen schema error (#2428) 2024-03-13 22:33:54 -04: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.