Skip to content

Commit

Permalink
Merge pull request #403 from jaredcwhite/remove-dup-text-in-readme
Browse files Browse the repository at this point in the history
Remove duplicated paragraph in Readme for `untracked`
  • Loading branch information
rschristian committed Aug 17, 2023
2 parents fb06b08 + 64d9e0a commit 40b270f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ effect(() => {
});
```

Note that you should only use `signal.peek()` if you really need it. Reading a signal's value via `signal.value` is the preferred way in most scenarios.

### `computed(fn)`

Data is often derived from other pieces of existing data. The `computed` function lets you combine the values of multiple signals into a new signal that can be reacted to, or even used by additional computeds. When the signals accessed from within a computed callback change, the computed callback is re-executed and its new return value becomes the computed signal's value.
Expand Down

0 comments on commit 40b270f

Please sign in to comment.