From 536a2c2014d2b719dcd79bacc42ccad46b9273f7 Mon Sep 17 00:00:00 2001 From: Antonio Stoilkov Date: Thu, 31 Oct 2024 13:07:19 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20remove=20CodeSandbox=20lin?= =?UTF-8?q?k=20(it's=20broken)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/readme.md b/readme.md index e401b97..abc1d68 100644 --- a/readme.md +++ b/readme.md @@ -42,11 +42,9 @@ export default function Todos() { ```
-Todo list example + CodeSandbox link +Todo list example

-You can experiment with the example [here](https://codesandbox.io/s/todos-example-use-local-storage-state-tzbfhl?file=/src/App.tsx). - ```tsx import React, { useState } from 'react' import useLocalStorageState from 'use-local-storage-state'