From 5c0b60bfc13a34c142e688880fff5d81a4fe0d12 Mon Sep 17 00:00:00 2001 From: Iwo Plaza Date: Tue, 9 Jul 2024 08:31:19 +0200 Subject: [PATCH] Added Codesandbox example to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 57dc5c0..988dd91 100644 --- a/README.md +++ b/README.md @@ -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