From 2d78d216480e84d19e435923e3072f9a1447d0c5 Mon Sep 17 00:00:00 2001 From: maiieul Date: Tue, 27 Aug 2024 14:55:29 +0200 Subject: [PATCH] Revert "Revert "docs: update index.mdx (#6813)"" This reverts commit 7dc01d89677c1b2e8ea75800941abb76fee89ba7. --- packages/docs/src/routes/docs/(qwik)/components/tasks/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/src/routes/docs/(qwik)/components/tasks/index.mdx b/packages/docs/src/routes/docs/(qwik)/components/tasks/index.mdx index 7850ac41854..ac16eb1f1bd 100644 --- a/packages/docs/src/routes/docs/(qwik)/components/tasks/index.mdx +++ b/packages/docs/src/routes/docs/(qwik)/components/tasks/index.mdx @@ -159,7 +159,7 @@ Use `useTask$()` when you need to: ### On mount In Qwik, there isn't a specific "mount" step like in some other frameworks. Instead, components just start up directly where they're needed, either on a web server or in your browser. -This is without the the inner track function, which is used to monitor specific pieces of data. +This is without the inner track function, which is used to monitor specific pieces of data. `useTask$` runs always at least once when the component is first mounted.