Skip to content

Instantly share code, notes, and snippets.

@vincentdesmares
Created March 15, 2016 06:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vincentdesmares/c360e5d26e097ef5b4b1 to your computer and use it in GitHub Desktop.
Save vincentdesmares/c360e5d26e097ef5b4b1 to your computer and use it in GitHub Desktop.
A redux state tree example
{
house : [{
id: 1,
name: test',
rooms: [{
id:'a',
name: 'room a',
entities: [{
id: 'x',
name: 'No more examples',
foo: [{
id: 1,
title: 'Ok, last one'
}],
test:[]
}]
}]
}],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment