leptos/examples/todo_app_sqlite_viz
martin frances 731b028b11
chore: Bump http from 0.2.8 to 0.2.11. (#2068)
2023-11-29 07:36:03 -05:00
..
migrations feat: viz integration (#506) 2023-02-21 12:29:15 -05:00
public feat: viz integration (#506) 2023-02-21 12:29:15 -05:00
src change: enable inline children for `For` by switching to `children` and `bind:` (#1773) 2023-09-26 14:24:02 -04:00
Cargo.toml chore: Bump http from 0.2.8 to 0.2.11. (#2068) 2023-11-29 07:36:03 -05:00
LICENSE feat: viz integration (#506) 2023-02-21 12:29:15 -05:00
Makefile.toml build(examples): make it easier to run examples (#1697) 2023-09-12 10:46:16 -04:00
README.md docs: make it easy to see how to run each example in its README (#2085) 2023-11-28 11:47:56 -05:00
Todos.db feat: viz integration (#506) 2023-02-21 12:29:15 -05:00
style.css feat: viz integration (#506) 2023-02-21 12:29:15 -05:00

README.md

Leptos Todo App Sqlite with Viz

This example creates a basic todo app with a Viz 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.

Rendering

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

Quick Start

Run cargo leptos watch to run this example.