Skip to content

Sample State

Brandon Chung edited this page Dec 30, 2019 · 3 revisions

Sample State

{
  entities: {
    interests: {
      1: {
        # interest 1
      },
      2: {
        # interest 2
      }
    },
    recommendations: {
      1: {
        # rec 1
      },
      2: {
        # rec 2
      }
    }
  },
  ui: {
    # modals
    # loading
  },
  errors: {
    # errors
  },
  session: {
    currentUser: {
      id: 1,
      username: 'johndoe',
      email: 'johndoe@gmail.com'
    }
  }
}

Clone this wiki locally