Y
Hacker News
new
|
ask
|
show
|
jobs
by
kls
2324 days ago
Or use XState as Redux is only a half implementation of a state machine. It get's the job done but a state machine gives you far more structure and comprehensibility around state management.
https://github.com/davidkpiano/xstate
1 comments
s_y_n_t_a_x
2324 days ago
Which is great because you don't need a full state machine.
React can be that other half...
link
React can be that other half...