This site runs best with JavaScript enabled.

JSConf Asia 2019 - State Machines Meet React Hooks

Zain Fathoni

June 15, 2019

Video Blogger

Surprised of too many things went wrong in your UI components? 🤔
Ever felt that freeing your components from bugs is a never-ending endeavour? 🤮
Familiar with this kind of code in React? 😏

{!loading &&
data &&
!error &&
!isHidden &&
!isLoggedIn &&
<YourComponent />}

State Machines to the rescue! 😎

Join my journey in solving those kinds of issues using State Machines and see how they go in action with React Hooks. 🥳

Resources

Related Links

Share article