mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
00ac66e450
* refactor(workflows): split setup * test((verify-changed-examples): simulate change * refactor(verify-changes-examples): inline os setup * refactor(verify-changed-examples): skip w/o change * chore(verify-changed-examples): remove simulated change * refactor(verify-changed-examples): revert inline * refactor(verify-changes-examples): extract example changed * fix(verify-changed-examples): pull up example changed * refactor(verify-change-examples): extract matrix * refactor(verify-changed-examples): pass input * refactor(verify-changed-examples): rename workflow * ci(workflows): install chromedriver if needed * fix(ci-changed-examples): pass input from json * perf(run-cargo-make-task): maybe install chromedriver * fix((run-cargo-make-task): maybe install chromedriver * perf(run-cargo-make-task): maybe install playwrigh deps * fix(run-cargo-make-task): maybe install playwrigh deps * chore(suspsense_tests): retry e2e * refactor(verify-changed-examples): rename calls * refactor(run-cargo-make-test): remove playwright count |
||
---|---|---|
.. | ||
animated_show | ||
cargo-make | ||
counter | ||
counter_isomorphic | ||
counter_url_query | ||
counter_without_macros | ||
counters | ||
counters_stable | ||
error_boundary | ||
errors_axum | ||
fetch | ||
gtk | ||
hackernews | ||
hackernews_axum | ||
js-framework-benchmark | ||
leptos-tailwind-axum | ||
login_with_token_csr_only | ||
parent_child | ||
router | ||
session_auth_axum | ||
slots | ||
ssr_modes | ||
ssr_modes_axum | ||
suspense_tests | ||
tailwind | ||
tailwind_csr_trunk | ||
timer | ||
todo_app_sqlite | ||
todo_app_sqlite_axum | ||
todo_app_sqlite_viz | ||
todomvc | ||
Makefile.toml | ||
README.md |
Examples
The examples in this directory are all built and tested against the current main
branch.
To the extent that new features have been released or breaking changes have been made since the previous release, the examples are compatible with the main
branch and not the current release.
To see the examples as they were at the time of the 0.3.0
release, click here.