Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeckem committed Apr 12, 2024
1 parent 123fef1 commit 2d99ab7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/reactivity-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
## Quick Example

```ts

```

## Usage
Expand Down Expand Up @@ -239,7 +240,7 @@ h2.destroy();
```

When a watcher is not cleaned up properly, it will continue to execute (possibly forever).
This leads to an unnecessary memory consumption and waste of computational power.
This leads to unintended side effects, unnecessary memory consumption and waste of computational power.

### Reactive collections

Expand Down

0 comments on commit 2d99ab7

Please sign in to comment.