A collection of awesome libraries in the Leptos ecosystem.
Leptos is a framework for creating full-stack web applications using Rust.
- Leptos Book (WIP)
- Discord Community
- cargo-leptos coordinates rebuilding the server and client side of your app
- leptosfmt provides formatting for the
view
macro
tracing-subscriber-wasm
AMakeWriter
implementation to allow directly usingtracing_subscriber
in the browser or with NodeJS to allow for beautifultracing
integration into Leptos apps.wasm-bindgen-struct
A crate making it easier to declarewasm_bindgen
types and implement getters/setter as if they were normal Rust structs.
- leptos-icons An icon library for Leptos
- leptos-declarative Declarative control-flow components
- leptos-tracked Utility traits for composing Leptos signals with fewer nested closures
- leptos-signals Additional primitives for working with signals
- leptos-tea A library for state management using The Elm Architecture (TEA) in Leptos
- leptos-leaflet Leaflet components for Leptos
- Personal blog A simple markdown to html blog