Skip to content

Instantly share code, notes, and snippets.

@chl03ks
Last active June 11, 2018 16:41
Show Gist options
  • Save chl03ks/a2709d96921ecaf135b666671e5fbd7d to your computer and use it in GitHub Desktop.
Save chl03ks/a2709d96921ecaf135b666671e5fbd7d to your computer and use it in GitHub Desktop.
/* State Tree */
{
players: [{
id: 1,
level: 10
},{
id: 2,
level: 20
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment