leptos/examples
Greg Johnston bb10b32200
feat: register server functions automatically (#1154)
2023-06-11 09:09:21 -04:00
..
cargo-make ci(examples): verify examples (#1125) 2023-06-01 22:12:18 -04:00
counter ci(examples): verify examples (#1125) 2023-06-01 22:12:18 -04:00
counter_isomorphic feat: register server functions automatically (#1154) 2023-06-11 09:09:21 -04:00
counter_without_macros ci(examples): verify examples (#1125) 2023-06-01 22:12:18 -04:00
counters ci(examples): verify examples (#1125) 2023-06-01 22:12:18 -04:00
counters_stable ci(examples): verify examples (#1125) 2023-06-01 22:12:18 -04:00
error_boundary ci(examples): verify examples (#1125) 2023-06-01 22:12:18 -04:00
errors_axum feat: register server functions automatically (#1154) 2023-06-11 09:09:21 -04:00
fetch ci(examples): verify examples (#1125) 2023-06-01 22:12:18 -04:00
gtk ci(examples): verify examples (#1125) 2023-06-01 22:12:18 -04:00
hackernews 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
hackernews_axum 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
js-framework-benchmark ci(examples): verify examples (#1125) 2023-06-01 22:12:18 -04:00
leptos-tailwind-axum examples: Tailwind + Leptos & Axum (#1111) 2023-06-03 16:55:47 -04:00
login_with_token_csr_only ci(examples): verify examples (#1125) 2023-06-01 22:12:18 -04:00
parent_child ci(examples): verify examples (#1125) 2023-06-01 22:12:18 -04:00
router 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
session_auth_axum feat: register server functions automatically (#1154) 2023-06-11 09:09:21 -04:00
slots ci(examples): verify examples (#1125) 2023-06-01 22:12:18 -04:00
ssr_modes feat: register server functions automatically (#1154) 2023-06-11 09:09:21 -04:00
ssr_modes_axum feat: register server functions automatically (#1154) 2023-06-11 09:09:21 -04:00
tailwind ci(examples): verify examples (#1125) 2023-06-01 22:12:18 -04:00
tailwind_csr_trunk ci(examples): verify examples (#1125) 2023-06-01 22:12:18 -04:00
timer ci(examples): verify examples (#1125) 2023-06-01 22:12:18 -04:00
todo_app_sqlite feat: register server functions automatically (#1154) 2023-06-11 09:09:21 -04:00
todo_app_sqlite_axum feat: register server functions automatically (#1154) 2023-06-11 09:09:21 -04:00
todo_app_sqlite_viz feat: register server functions automatically (#1154) 2023-06-11 09:09:21 -04:00
todomvc ci(examples): verify examples (#1125) 2023-06-01 22:12:18 -04:00
Makefile.toml ci(examples): verify examples (#1125) 2023-06-01 22:12:18 -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

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.