This example creates a basic todo app with an Actix 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 E2E README for more information about the testing strategy.
See the SSR Notes for more information about Server Side Rendering.
Run cargo leptos watch to run this example.