File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/routes/reference/reactive-utilities Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,12 +62,12 @@ DOM updates, which can be expensive.
62
62
Solid uses ` batch ` internally to automatically batch updates for you
63
63
in a few cases :
64
64
65
- * Within [effects ](/ reference / basic - reactivity / effects )
65
+ * Within [` createEffect ` ](/ reference / basic - reactivity / create - effect )
66
66
and [` onMount ` ](/ reference / lifecycle / on - mount )
67
67
* Within the [setter of a store ](/ reference / store - utilities / create - store #setter )
68
68
(which can update several properties at once )
69
69
* Within array methods (e .g . ` Array.prototype.splice ` ) of a
70
- [mutable store ](/ reference / store - utilities / create - mutable - store )
70
+ [mutable store ](/ reference / store - utilities / create - mutable )
71
71
(which can update several elements at once )
72
72
73
73
These save you from having to use ` batch ` yourself in many cases .
You can’t perform that action at this time.
0 commit comments