Tech Blog
AnyMind Group
Jun 2, 2021
Robust components with state machines
Hello, my name is Pablo and I work as a backend developer at AnyFactory. For this article though I'll wear my frontend development hat to present a simple way of dealing with moderately complex client/server interactions on web applications using React and a robust architecture involving state machine modeling via reducers. Hope you enjoy it!
■ What are state machines?
State machines (known as well as finite-state machines or FSM) are computational constructs that can be used to model linear processes represented by a set of states.
One of the most kn