-
Notifications
You must be signed in to change notification settings - Fork 0
Redux State Shape
Brandon Copeland edited this page Mar 25, 2022
·
1 revision
{ sessionState: { id : 1, username: Demo email: Demo@Demo.Demo }, breweriesState: { 1: { address: "string", city: “string”, email: "string", host_id: integer, id: 1, images: [{ id: integer, url: "Given from s3", }] name: "string", phone: "string", rating: [...integers] state: "string" zip_code: integer }, imagesState: { 1: { id: 1, image: "Given from s3", brewery_name: "string", brewery_id: integer, first_name: "string", last_name: "string", user_id: integer, created_at: "string" }, } reviewsState: { 1: { id:1, brewery_id: integer, content: "string", }, },