mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Update docs
This commit is contained in:
parent
c3bc53c40a
commit
fd2888afab
2 changed files with 6 additions and 6 deletions
|
|
@ -1,7 +1,8 @@
|
|||
# Effects
|
||||
|
||||
Effects are functions that are ran in response to source updates. They are
|
||||
called effects because they cause *side-effects* when reacting to source updates.
|
||||
called effects because they cause *side-effects* when reacting to source updates
|
||||
which are pure.
|
||||
|
||||
Effects are created using `effect()`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue