fundon / awesome-leptos

A collection of awesome libraries in the Leptos ecosystem.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome Leptos

A collection of awesome libraries in the Leptos ecosystem.

Leptos is a framework for creating full-stack web applications using Rust.

Resources

Tools

  • cargo-leptos coordinates rebuilding the server and client side of your app
  • leptosfmt provides formatting for the view macro

Styling and Design

  • Stylers Compile-time scoped CSS extracted from Leptos components
  • Styled Scoped CSS styles

Quality of Life

  • tracing-subscriber-wasm A MakeWriter implementation to allow directly using tracing_subscriber in the browser or with NodeJS to allow for beautiful tracing integration into Leptos apps.
  • wasm-bindgen-struct A crate making it easier to declare wasm_bindgen types and implement getters/setter as if they were normal Rust structs.

Libraries

Blogs

About

A collection of awesome libraries in the Leptos ecosystem.

License:MIT License