From c8d8b75c312433261eab550ceeaa264f98ca0cf0 Mon Sep 17 00:00:00 2001 From: Ruslan Semagin Date: Wed, 9 Oct 2024 12:13:03 +0300 Subject: [PATCH] feat: add Leptos Web Framework to Web Development (#7398) --- .../rust/content/108-web-development/106-leptos.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/data/roadmaps/rust/content/108-web-development/106-leptos.md diff --git a/src/data/roadmaps/rust/content/108-web-development/106-leptos.md b/src/data/roadmaps/rust/content/108-web-development/106-leptos.md new file mode 100644 index 000000000..3dc68ccee --- /dev/null +++ b/src/data/roadmaps/rust/content/108-web-development/106-leptos.md @@ -0,0 +1,10 @@ +# Leptos + +Leptos is a full-stack, isomorphic Rust web framework leveraging fine-grained reactivity to build declarative user interfaces. + +Learn more from the following resources: + +- [@official@Website](https://leptos.dev/) +- [@official@Leptos Documentation](https://book.leptos.dev/) +- [@opensource@Leptos](https://github.com/leptos-rs/leptos) +- [@video@YouTube](https://www.youtube.com/watch?v=aQOFJQ2JkvQ&list=PLg4xWRFolJIo0lZawIlEaYr180e1w-ZUH)