-
Notifications
You must be signed in to change notification settings - Fork 1
sample state
Ashotovich1990 edited this page Mar 6, 2019
·
5 revisions
{
entities: {
users: {},
mainMovie: '1',
movies: { movieID: {movie},
genreLists: {
'0':[1,2,3],
'1': [1,2,3],
},
genreNames: {
'0': 'My List',
'1': 'New Releases',
}
Mylist: {0: [1,2,3]},
dropDownMovieId: null,
},
session: {
currentUser: 1
},
errors: {
userErrors: [],
sessionErrors: [],
postErrors: []
}
}RedFlix