leptos/examples
Joseph Cruz 8c5ab99fa7
build(examples): pull up compile tasks (#1417)
* build(examples): pull up compile tasks

* build(examples): set toolchain for compiles tasks

* build(examples): set toolchain for build and check

* build(examples): set toolchain of other examples
2023-07-24 11:35:34 -04:00
..
animated_show feat: create a <AnimatedShow> component (closes #1370) (#1386) 2023-07-23 07:46:47 -04:00
cargo-make build(examples): pull up compile tasks (#1417) 2023-07-24 11:35:34 -04:00
counter build(examples): pull up compile tasks (#1417) 2023-07-24 11:35:34 -04:00
counter_isomorphic build(examples): pull up compile tasks (#1417) 2023-07-24 11:35:34 -04:00
counter_url_query feat: add create_query_signal for URL-synced signals (#1377) 2023-07-23 12:20:15 -04:00
counter_without_macros build(examples): pull up compile tasks (#1417) 2023-07-24 11:35:34 -04:00
counters build(examples): pull up compile tasks (#1417) 2023-07-24 11:35:34 -04:00
counters_stable build(examples): pull up compile tasks (#1417) 2023-07-24 11:35:34 -04:00
error_boundary build(examples): pull up compile tasks (#1417) 2023-07-24 11:35:34 -04:00
errors_axum build(examples): pull up compile tasks (#1417) 2023-07-24 11:35:34 -04:00
fetch build(examples): pull up compile tasks (#1417) 2023-07-24 11:35:34 -04:00
gtk change: migrate to nightly and csr features rather than stable and default-features = false (#1227) 2023-06-26 21:12:14 -04:00
hackernews build(examples): pull up compile tasks (#1417) 2023-07-24 11:35:34 -04:00
hackernews_axum build(examples): pull up compile tasks (#1417) 2023-07-24 11:35:34 -04:00
js-framework-benchmark build(examples): pull up compile tasks (#1417) 2023-07-24 11:35:34 -04:00
leptos-tailwind-axum build(examples): pull up compile tasks (#1417) 2023-07-24 11:35:34 -04:00
login_with_token_csr_only build(examples): pull up compile tasks (#1417) 2023-07-24 11:35:34 -04:00
parent_child build(examples): pull up compile tasks (#1417) 2023-07-24 11:35:34 -04:00
router build(examples): pull up compile tasks (#1417) 2023-07-24 11:35:34 -04:00
session_auth_axum build(examples): pull up compile tasks (#1417) 2023-07-24 11:35:34 -04:00
slots build(examples): pull up compile tasks (#1417) 2023-07-24 11:35:34 -04:00
ssr_modes build(examples): pull up compile tasks (#1417) 2023-07-24 11:35:34 -04:00
ssr_modes_axum build(examples): pull up compile tasks (#1417) 2023-07-24 11:35:34 -04:00
tailwind build(examples): pull up compile tasks (#1417) 2023-07-24 11:35:34 -04:00
tailwind_csr_trunk build(examples): pull up compile tasks (#1417) 2023-07-24 11:35:34 -04:00
timer build(examples): pull up compile tasks (#1417) 2023-07-24 11:35:34 -04:00
todo_app_sqlite build(examples): pull up compile tasks (#1417) 2023-07-24 11:35:34 -04:00
todo_app_sqlite_axum build(examples): pull up compile tasks (#1417) 2023-07-24 11:35:34 -04:00
todo_app_sqlite_viz build(examples): pull up compile tasks (#1417) 2023-07-24 11:35:34 -04:00
todomvc build(examples): pull up compile tasks (#1417) 2023-07-24 11:35:34 -04:00
Makefile.toml feat: add create_query_signal for URL-synced signals (#1377) 2023-07-23 12:20:15 -04:00
README.md feat: pass components with no props directly into the view as a function that takes only Scope (#1144) 2023-06-05 20:48:22 -04:00

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.