Skip to content

Commit

Permalink
Revert "docs: update index.mdx (QwikDev#6813)"
Browse files Browse the repository at this point in the history
This reverts commit 477b5e0.
  • Loading branch information
maiieul committed Aug 27, 2024
1 parent 5cff472 commit 7f64b29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 inner track function, which is used to monitor specific pieces of data.
This is without the 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.

Expand Down

0 comments on commit 7f64b29

Please sign in to comment.