Skip to content

Commit

Permalink
docs: improve 'what is a state manager' disunity section's clarity (a…
Browse files Browse the repository at this point in the history
…rtalar#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 <[email protected]>
  • Loading branch information
caio2983 and artalar authored Dec 30, 2024
1 parent e5a1801 commit 970a289
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/src/content/docs/blog/what-is-state-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 970a289

Please sign in to comment.