Skip to content

Commit

Permalink
[docs] broken links to react bindings API
Browse files Browse the repository at this point in the history
  • Loading branch information
c01nd01r authored Nov 8, 2023
1 parent 063582e commit dcbadcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/react-bindings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ We provide officially-supported React bindings for `signia` in two packages:

- `signia-react` provides hooks for creating and consuming signals in functional components.
- [`useAtom`](API/signia_react/functions/useAtom) - A hook for creating atomic signals.
- [`useComputed`](API/signia_react/functions/useAtom) - A hook for creating computed signals.
- [`track`](API/signia_react/functions/useAtom) - component wrapper for automatically tracking signal value access and re-rendering the wrapped component if the signals' values change.
- [`useValue`](API/signia_react/functions/useAtom) - A hook for manually tracking signal value access (not required if you use `track`)
- [`useComputed`](API/signia_react/functions/useComputed) - A hook for creating computed signals.
- [`track`](API/signia_react/functions/track) - component wrapper for automatically tracking signal value access and re-rendering the wrapped component if the signals' values change.
- [`useValue`](API/signia_react/functions/useValue) - A hook for manually tracking signal value access (not required if you use `track`)
- `signia-react-jsx` provides a minimal global jsx integration for use with TypeScript's `jsxImportSource` option. This causes all functional components to be automatically
tracked. It does not provide any automatic unpacking (i.e. dereferencing) of signal values.

Expand Down

0 comments on commit dcbadcf

Please sign in to comment.