mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
8252655959
* fix: ensure we check memos the first time a dependency uses them, even if the dependency always runs on its first run (closes #3181) * Correct expected counter values down due to #3182 - As #3182 fixed the issue where superfluous resource fetches happened when hydration happened inside a nested component, the expected values for the counters are down to where they actually are supposed to be. --------- Co-authored-by: Greg Johnston <greg.johnston@gmail.com> |
||
---|---|---|
.. | ||
e2e | ||
src | ||
.gitignore | ||
Cargo.toml | ||
LICENSE | ||
Makefile.toml | ||
README.md |
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.