State Shape - jngriedel/Flippr GitHub Wiki

store = {
    session: {},
    images: {
               normalizedImages:
              {imageUrl, 
                content,
                userId
              }  ,
          
             },
    comments: { 
               normalizedComments:
               {
                body,
                userId,
                imageId,
                }
              }
        }