# Example: Async
Async example migrated from original [async xstate example](https://github.com/davidkpiano/xstate/tree/master/examples/async). It showcases the usage of `react-xstate` to handle async loading of data like `fetch`. 

# Installation
1. ``npm install``
2. ``npm start``
3. Open URL in browser: ``http://localhost:3000/``
