From efd82a84a4d801674e5be7f034b63f758b4ae595 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilyas=20T=C3=BCrkben?= Date: Fri, 15 Nov 2024 10:13:13 +0100 Subject: [PATCH] update doc --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c3f78be..a4835e6 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,8 @@ Currently, the non minified bundle size is `4938 bytes` and is around `~1.2kb` g - `reaction`: react to specific changes - `computed`: cache computed values -Also, an opinionated approach for tracking nested dependencies with `track/untrack` functions is added. If an observable wants to get notified by another one, these functions can be used. - -## Why Yet Another State Manager - -Libraries like Redux, Zustand, and Nanostores treat the state as a typeless object and require updating to the next version of the state manually. This results in verbose code with application logic scattered around in various functions, making it hard to understand. +Also, an opinionated approach for tracking nested dependencies with `track/untrack` functions is added.
+If an observable wants to get notified by another one, these functions can be used. ## How to Use