Skip to content

Redux State Shape

Alice Li edited this page Jul 22, 2022 · 7 revisions

SonicCloud State Shape

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} }, } }

Clone this wiki locally