Finite State Machine/Automata Book Recommendation?

Hi All,

Can anyone recommend a good book on FSM/FSA?

I'm particularly interested in the FB Flux Pattern; e.g., Redux, MobX.

Thank you.

Sincerely,
Keith
 
Flux/Redux/MobX are not good examples of FSA. Only if you squint from an airplane looking down through a microscope.

If you want a rigorous introduction to FSM/FSA, any basic comp sci book should have it.
 
Back
Top