Skip to content
  • Sponsor
  • Notifications You must be signed in to change notification settings
  • Fork 0

Files

Latest commit

7891e60 · Jan 24, 2024

History

History

todo_app_sqlite_viz

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.