-
Notifications
You must be signed in to change notification settings - Fork 0
Store Shape
londelidess edited this page Aug 1, 2023
·
4 revisions
session: {},
posts: {
allPosts: {},
currentPost:{},
singlePost: {},
},
comments: {
post: {
postData
},
user: {
userData
},
},
likes: {
postLikes: [],
userLikes: [],
},
follows: {
loggedInUserFollowing: [],
userFollowing: []
},
};```