From 6f062902b6f4eb3c5318c5b5a0c59d7ab0861ec5 Mon Sep 17 00:00:00 2001 From: Sarath <sarath.m76@gmail.com> Date: Fri, 12 Jul 2024 10:18:58 +0530 Subject: [PATCH] Update readme.md --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 87aab17..d3c5702 100644 --- a/readme.md +++ b/readme.md @@ -3,6 +3,8 @@ A native global state implementation with react. At least React version `18.2.0` Lightweight and most efficient implementation for react global state,just using in built react hooks. Magic ! +> Component renders only if the slice taken(in example `s.name`) changes. +> > No external dependencies used. > > Very lightweight (605 bytes in size)