From 2fb7bf673e4fc64ed37a124d9edade471186f4de Mon Sep 17 00:00:00 2001 From: Iwo Plaza Date: Sun, 14 Jul 2024 21:40:18 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index badf59e..940f7c4 100644 --- a/README.md +++ b/README.md @@ -51,9 +51,10 @@ const uppercaseNameAtom = derive( ); ``` -#### Codesandbox example of jotai-derive + React +> 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) -[![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) ## Notes on usage