Skip to content

Details

We’re back! In this inaugural post-pandemic meetup, Nick Nisi will be talking about componentizing application state.

A big thanks to Object Partners for sponsoring the space.

## Abstract

Your application state is too complex. There are too many states to manage, it's difficult to test in isolation, and fidelity is lost when translating from high-level abstracts into runnable code. But, what if there was a better way? What if you could model your application into a finite number of states and test it in isolation, as if it were just another component in your application? In this talk, we'll explore modeling application state with XState while utilizing Storybook and React to treat it as if it were just another component that can be visually reviewed and understood by both the development and product teams, and can be tested independently of any UI code.

Related topics

You may also like