-
Notifications
You must be signed in to change notification settings - Fork 0
Sample State
Micah Jaffe edited this page Dec 7, 2018
·
8 revisions
{
entities: {
users: {
5: {
id: 5,
username: "noteman",
email: "[email protected],
}
}
notebooks:
notes:
tags:
},
ui: {
loading: true/false
theme: dark/light (bonus)
modal: null/deleteNote/encryptNote (bonus)
fullscreen: true/false
}
errors: {
login: ["Invalid credentials"]
}
session: {
currentUserId: 5
}
}