Skip to content

Instantly share code, notes, and snippets.

@DZuz14
Created August 30, 2017 12:29
Show Gist options
  • Save DZuz14/bd77999175dedbda229e86d4bb3d2035 to your computer and use it in GitHub Desktop.
Save DZuz14/bd77999175dedbda229e86d4bb3d2035 to your computer and use it in GitHub Desktop.
Redux Store
var redux = {
tasks: [
{
id: 1,
task: 'Run a marathon.'
},
{
id: 2,
task: 'Make cupcakes.'
}
],
menuBoxChecked: false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment