Octopus for state and orchestration #9845
bbsimonbb
started this conversation in
Show and tell
Replies: 1 comment
-
This is a screen shot of Octopus devtools. When you model your state-and-behaviour in nodes, we can show you the logical structure and live state of your running app, as a graph. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Vue !
I'd like to present Octopus, which implements a fresh and quite personal take on state management...
According to me, "state management" misframes the problem. What we want is an over-arching structure for our data and logic, and this structure is a directed acyclic graph. Of all the frameworks, Vue comes closest to providing this out-of-the-box, with reactivity and computed, but I still think I have something to add.
Anyway, it's over here. There's a hackernews discussion here. This is not a huge bid for territory. It's a personal project that I built to fix my problem, but it has potentially broad application and I'm very keen for any feedback.
Cheers to all
Beta Was this translation helpful? Give feedback.
All reactions