From 36a6e97ce34fb93b6a6ba6cdd0e954e7f2849fbe Mon Sep 17 00:00:00 2001
From: Aral Roca Gomez
- 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
- Store update -> only components that use the updated property are rendered. + After a store update -> only components that use the updated property are rendered.