DEV Community

Pure UI using Xstate and ReactJS

Cris O on April 19, 2019

We're gonna go over what state machines are and how a statechart, which is like "state machine 2.0", can help you build more robust applications. ...
Collapse
 
nickytonline profile image
Nick Taylor • Edited

Great read Cristiano. xstate definitely looks interesting and something I'd like to dig into a bit more. I recently watched David K. Piano @davidkpiano , the creator of xstate for the uninitiated, and Jason Lengstorf, @jlengstorf from Gatsby on Twitch build some suff with Gatsby, React and xstate. Cool stuff.

Here's the recording for those interested.

Collapse
 
cris_o profile image
Cris O

Hadn't seen the video, I'll check it out :)

I've definitely become of a fan of coding in this way. Adjusting to spec changes and code creep has been a lot less stressful.

Collapse
 
dance2die profile image
Sung M. Kim

The code reads like an English prose with no state overlooked 👍.

Collapse
 
cris_o profile image
Cris O

yeah, it really forces you to account for or at least thing about all possible states 😃

Collapse
 
256hz profile image
Abe Dolinger

Great and very accessible intro, thank you!