Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 451 Bytes

File metadata and controls

15 lines (8 loc) · 451 Bytes

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.