Skip to content

Commit

Permalink
rename to pmndrs
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Feb 23, 2021
1 parent 608784a commit fa311ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/api/utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ This doc describes `jotai/utils` bundle.

## useUpdateAtom

Ref: https://github.com/react-spring/jotai/issues/26
Ref: https://github.com/pmndrs/jotai/issues/26

```jsx
import { atom, useAtom } from 'jotai'
Expand Down Expand Up @@ -50,7 +50,7 @@ https://codesandbox.io/s/react-typescript-forked-1x90m

## atomWithReset

Ref: https://github.com/react-spring/jotai/issues/41
Ref: https://github.com/pmndrs/jotai/issues/41

```ts
function atomWithReset<Value>(
Expand Down Expand Up @@ -98,7 +98,7 @@ const TodoResetButton = () => {

## RESET

Ref: https://github.com/react-spring/jotai/issues/217
Ref: https://github.com/pmndrs/jotai/issues/217

```ts
const RESET: unique symbol
Expand Down Expand Up @@ -164,7 +164,7 @@ https://codesandbox.io/s/react-typescript-forked-eg0mw

## atomWithReducer

Ref: https://github.com/react-spring/jotai/issues/38
Ref: https://github.com/pmndrs/jotai/issues/38

```js
import { atomWithReducer } from 'jotai/utils'
Expand Down

0 comments on commit fa311ec

Please sign in to comment.