DEV Community

Jacob Evans
Jacob Evans

Posted on

XState Series: Introduction

So I am going to start tracking my learning and attempts at implementing XState and the finite state machine paradigm in general. If you are interested in State Machines this might be a good introduction into since I am just starting to slightly grok(understand) this stuff myself. XState is an amazing library that will help us to implement these State Machines written by David Khourshid

A few things I have coded so far (contrived):
https://github.com/JacobMGEvans/finite-state-machine

Current Resources Consumed:

Top comments (0)