Y
Hacker News
new
|
ask
|
show
|
jobs
by
c01nd01r
60 days ago
With all respect to xstate, if you don't need complex nested state machines, you should check out robot3.js. The automatic TS type inference makes it pretty handy for the spots where you want a bit of state machine logic.
1 comments
davidkpiano
60 days ago
There is also @xstate/store for simple event-driven stores and atoms; just as simple as Zustand + Jotai:
https://stately.ai/docs/xstate-store
link
dkersten
60 days ago
I’m a big fan of @xstate/store!
link