Making a state machine in TypeScript
Learn to code your own state machine in TypeScript to cleanly handle application state.
Learn to code your own state machine in TypeScript to cleanly handle application state.
Discover a tricky gotcha when using typeguards in TypeScript.