An open API service indexing awesome lists of open source software.

https://github.com/maritzstl/xstate-workshop

Code references for learning xstate
https://github.com/maritzstl/xstate-workshop

Last synced: over 1 year ago
JSON representation

Code references for learning xstate

Awesome Lists containing this project

README

          

# XState Workshop (Currently wip)

This workshop is a quick dive into getting familiar with XState.

## Installation

```
yarn install
```

Then, to get tests to be able to run, hop into `node_modules/xstate/es/environment.js`

```
# replace the top line with:
export var IS_PRODUCTION = false
```