
5: Finite State Machines with David Khourshid
React Podcast
00:00
What Is a State Machine?
The first thing to realize is that you are already writing state machines. It's just not very well defined. So basically what I described was a series of states, which is a finite number of states. You're either idle pending, fulfilled, or rejected in the series of actions. And if it resolves, you get into this fulfilled state. If it rejects,you get into this failure state or error state.
Transcript
Play full episode