From 970a2895a65eb8566d1c9295beae1b152535c90a Mon Sep 17 00:00:00 2001 From: Caio de Luna <82726583+caio2983@users.noreply.github.com> Date: Mon, 30 Dec 2024 11:09:53 -0300 Subject: [PATCH] docs: improve 'what is a state manager' disunity section's clarity (#954) * docs: improve 'what is a state manager' disunity section's clarity * docs: Update docs/src/content/docs/blog/what-is-state-manager.md --------- Co-authored-by: Arutiunian Artem --- docs/src/content/docs/blog/what-is-state-manager.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/src/content/docs/blog/what-is-state-manager.md b/docs/src/content/docs/blog/what-is-state-manager.md index 1821fc13a..b85ef92b5 100644 --- a/docs/src/content/docs/blog/what-is-state-manager.md +++ b/docs/src/content/docs/blog/what-is-state-manager.md @@ -5,9 +5,10 @@ description: General introduction to state management and reactive programming ## The disunity -There are a lot of articles around "state" term and a lof of libraries which interprets "state management" in a different ways. Somebody separates network cache and local states in a different categories. Somebody didn't see a borders between any kind of data sources, by focusing on reactivity. -This article generalize observation of our industry and trying to find the base of FRP, OORP, cache invalidation strategies and data management as it is. There are intentionally a lot of dry definitions without examples to save the size and show only the important. +The term "state" has become widely discussed, with numerous articles and libraries offering various interpretations of "state management". Some approaches separate network cache and local state into distinct categories, while others view all data sources as interconnected, focusing instead on reactivity. + +This article aims to distill insights from the industry to identify the foundations of Functional Reactive Programming (FRP), Object-Oriented Reactive Programming (OORP), cache invalidation strategies, and data management principles. Purposefully concise and definition-focused, it omits examples to keep the content brief, highlighting only the essential concepts. ## Reactivity