From 36a6e97ce34fb93b6a6ba6cdd0e954e7f2849fbe Mon Sep 17 00:00:00 2001 From: Aral Roca Gomez Date: Fri, 12 Mar 2021 00:09:24 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33444c0..a869321 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Fragmented Store

- Tiny (~400 B) and simple (P)React state management library + Tiny (~400 B), easy and simple (P)React state management library

Store update -> only components that use the updated property are rendered. @@ -98,4 +98,4 @@ function Age() { ## Demo -* https://codesandbox.io/s/fragmented-store-example-4p5dv?file=/src/App.js \ No newline at end of file +* https://codesandbox.io/s/fragmented-store-example-4p5dv?file=/src/App.js From 0b59ef02a70668550d74d8051e0722287be69e88 Mon Sep 17 00:00:00 2001 From: Aral Roca Gomez Date: Fri, 12 Mar 2021 00:11:07 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a869321..c89d58d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Fragmented Store Tiny (~400 B), easy and simple (P)React state management library

- Store update -> only components that use the updated property are rendered. + After a store update -> only components that use the updated property are rendered.