Skip to content

Instantly share code, notes, and snippets.

@ctrlplusb
Created November 5, 2018 17:52
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 ctrlplusb/0eb5ac0289f3e7f1c965b3d609f6604b to your computer and use it in GitHub Desktop.
Save ctrlplusb/0eb5ac0289f3e7f1c965b3d609f6604b to your computer and use it in GitHub Desktop.
Easy peasy model
const model = {
todos: {
items: [],
},
session: {
user: null
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment