diff --git a/example/start-csr/src/pages/intro.rs b/example/start-csr/src/pages/intro.rs index f97e210..3a9133b 100644 --- a/example/start-csr/src/pages/intro.rs +++ b/example/start-csr/src/pages/intro.rs @@ -12,18 +12,18 @@ pub fn Introduction() -> impl IntoView { ">

Why Leptos Query?


- What is a Query? What is async state? -

Broadly, a Query is an async request for data, bound to a unique key. You often (but not always) "don't" own that state on the client. -

+

Leptos Query manages and simplifies async state for you on the client (through the use of Queries)

+ What is a Query? What is Async State? +

A Query is an async request for data, bound to a unique key.

- "We'll" call this state Async State. + "We'll" call this data Async State. Here are some common properties: