Skip to content

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: []
  },
};```
Clone this wiki locally