docs: list clarity and grouping (#223)

This commit is contained in:
Mark O'Dowd
2025-10-01 23:05:17 +01:00
committed by GitHub
parent 4ac86072ed
commit 3bb89c97d5

View File

@@ -7,7 +7,7 @@ full-stack application with server-side rendering and hydration.
The guide doesnt assume you know anything about fine-grained reactivity or the
details of modern Web frameworks. It does assume you are familiar with the Rust
programming language, HTML, CSS, and the DOM and basic Web APIs.
programming language, HTML, CSS, the DOM, and basic Web APIs.
Leptos is most similar to frameworks like [Solid](https://www.solidjs.com) (JavaScript)
and [Sycamore](https://sycamore-rs.netlify.app/) (Rust). There are some similarities