Erik Rasmussen

Erik Rasmussen

Software Engineer at Centered

@erikras

Erik is an expat American living in Spain. He's the author of Redux Form and Final Form, and is currently in love with TypeScript, XState, and Remix. His day job is using those technologies to build Centered.app, a tool to combat the Twitters' and Facebooks' attempts to steal your attention, and give it back to you to be more productive in your work.

State Machines On The Edge

Modeling business logic with state machines has numerous benefits, from eliminating bugs caused by impossible states to visualizing the logic to communicate with non-technical shareholders to simply communicating user flow between technical colleagues. In this talk, I'm going to demonstrate, via live coding, how to combine the strengths of Remix and XState to create a checkout flow entirely on the backend. No. JavaScript. Required.