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
- Host: GitHub
- URL: https://github.com/maritzstl/xstate-workshop
- Owner: MaritzSTL
- License: mit
- Created: 2019-09-17T16:52:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T10:43:42.000Z (over 3 years ago)
- Last Synced: 2025-01-13T14:31:44.239Z (over 1 year ago)
- Language: JavaScript
- Size: 2.55 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```