Skip to content

Article from Daniel Belo Gonçalves

Simplify your full-stack applications with XState

Daniel Belo Gonçalves10 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…

Continue reading →