Do Modern Frameworks Still Need State Management Libraries? #2
oleksii-shepel
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Over the last few years, frameworks have gained powerful new primitives:
As a result, many applications can be built without introducing a dedicated state management library at all.
This raises an interesting question:
For simple applications, the answer may increasingly be "no."
But as applications grow, new challenges appear:
Perhaps the question is no longer:
but instead:
In many cases, state itself is relatively simple. The complexity comes from everything happening around it.
For example:
These problems are often only partially addressed by framework-level primitives.
So what remains after signals, resources, and modern reactivity solve the basics?
What do you think?
If modern frameworks continue to become more reactive and capable, what responsibilities should remain for state management libraries?
Beta Was this translation helpful? Give feedback.
All reactions