-
Notifications
You must be signed in to change notification settings - Fork 0
Redux State Shape
Alice Li edited this page Jul 22, 2022
·
7 revisions
store = { session: {}, songs: { songId: { songData, user: {userData of author}, album: { albumData, user: {userData of author} } comments: { commentId: { commentData, user: {userData of author} }, } } }, comments: { commentId: { commentData, user: {userData of author}, song: }, }, playlists: { playlistId: { playlistData, user: {userData of author} }, } }