Skip to content

Sample State

CelesteComet edited this page Jan 25, 2018 · 1 revision

{

entities: {
  messages: {
    1: {
      id: 1,
      author_id: 23
      body: "I was doing backflips",
      status: "Sent",
      dateTime: "Jan 24 at 10:44pm"
    },
    2: {
      id: 2,
      body: "I want full ownership of the project"
      status: "Sent",
      dateTime: "Jan 24 at 10:54pm"
    }
  },
  recentContacts: {
    11: {
      id: 11,
      username: "Sensei",
      status: "Away
    }
  }
},
ui: {
  loading: true/false
},
errors: {
  login: ["Incorrect username/password combination"]
},
session: {
  id: 57,
  username: "bruce",
  status: "Online"
}

}

Clone this wiki locally