leptos/examples/server_fns_axum
Saber Haj Rabiee db1c15f4e4
fix: fix `web-sys` warnings in `server_fn` (#2828)
* fix: fix web-sys warnings in server_fn

* fix: update web-sys to 0.3.70

* fix: web-sys clipboard api in 0.3.70
2024-08-13 15:46:34 -07:00
..
public working on server fn example 2024-01-19 14:16:58 -05:00
src example: use a local signal for the input 2024-08-01 19:43:09 -04:00
watched_files Minor: examples/server_fns_axum FileWatcher logs errors to the console. (#2547) 2024-05-06 08:45:27 -04:00
Cargo.toml fix: fix `web-sys` warnings in `server_fn` (#2828) 2024-08-13 15:46:34 -07:00
LICENSE working on server fn example 2024-01-19 14:16:58 -05:00
Makefile.toml clean up for CI 2024-01-20 12:32:51 -05:00
README.md working on server fn example 2024-01-19 14:16:58 -05:00
rust-toolchain.toml chore(ci): run all examples under stable and fix remaining linting issue (#2503) 2024-04-05 16:09:23 -04:00
style.css working on server fn example 2024-01-19 14:16:58 -05:00

README.md

Leptos Todo App Sqlite with Axum

This example creates a basic todo app with an Axum backend that uses Leptos' server functions to call sqlx from the client and seamlessly run it on the server.

Getting Started

See the Examples README for setup and run instructions.

E2E Testing

See the E2E README for more information about the testing strategy.

Rendering

See the SSR Notes for more information about Server Side Rendering.

Quick Start

Run cargo leptos watch to run this example.