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

Which is great because you don't need a full state machine.

React can be that other half...