Skip to content

Article from Daniel Belo Gonçalves

Simplify your full-stack applications with XState

July 06, 2022Daniel Belo Gonçalves7 min read

Stop sounding like a crazy developer explaining your application's logic, use XState instead

XState is a popular state management library for JavaScript and TypeScript using finite state machines (FSMs) and state-charts. The general use of FSMs has been widely popularised over the last few years by React and Redux, but state machines have held a key role in the core of computer science long…

Continue reading →