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.
See the Examples README for setup and run instructions.
See the SSR Notes for more information about Server Side Rendering.
Run cargo leptos watch
to run this example.