Undo system? #3399
Unanswered
tobiasBora
asked this question in
Q&A
Undo system?
#3399
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am building a server less react web app (but it might rely on a server later, hence my interest for graphql), and I need to centralized my data in a store since basically all my components rely on value of other components. The redux experienced was really bad (deeply nested data needs lots of annoying constructions to stay efficient), and I wanted to see if I could find a better solution, and urql came into the picture. So my question is the following:
Is it possible (and practical) to deal with local data in urql, notably is it possible to implement an undo stack?
Beta Was this translation helpful? Give feedback.
All reactions