Skip to content

Commit

Permalink
Added Codesandbox example to README
Browse files Browse the repository at this point in the history
  • Loading branch information
iwoplaza authored Jul 9, 2024
1 parent 1acaad0 commit 5c0b60b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ const uppercaseNameAtom = derive(
);
```

### Codesandbox example of jotai-derive + React

[![Explore jotai-derive example](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/sandbox/jotai-derive-example-7422pk?file=%2Fsrc%2FApp.tsx%3A17%2C10)

## Motivation

Jōtai offers powerful primitives for working with asynchronous data outside of the web framework (e.g. React), and allows the UI and business logic to
Expand Down

0 comments on commit 5c0b60b

Please sign in to comment.