leptos/examples/suspense_tests
2023-09-29 20:36:15 -04:00
..
e2e refactor(verify-changed-examples): improve readability and runtime (#1556) 2023-08-22 21:22:13 -04:00
src chore: clippy 2023-09-29 20:36:15 -04:00
.gitignore test(suspense-tests): add e2e tests (Closes #1519) (#1533) 2023-08-15 06:19:20 -04:00
Cargo.toml feat/change: adopt reactive ownership model and drop cx/Scope (#918) 2023-08-21 19:31:37 -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 doc(examples): reference run instructions (#1705) 2023-09-13 19:57:50 -04: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.