Skip to content

Commit

Permalink
docs: update index.mdx (#6813)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmsoares96 authored Aug 21, 2024
1 parent cd1e68c commit 477b5e0
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 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.

Expand Down

0 comments on commit 477b5e0

Please sign in to comment.