Skip to content

Sample State

Shawn edited this page May 13, 2019 · 6 revisions
{
    entities: { 
        family: {
            1: {
                id: 1,
                familyName: "scott",
                name: "shawn"
            }
        },
        children: {
            1: {
                id: 1,
                name: "scout"
            },
            2: {
                id: 2,
                name: "skylar"
            }
        },
        chores: {
            1: {
                id: 1,
                title: "do work",
                body: "work harder",
                amount: 5
            }
        },
        payouts: {
            1: {
                
            }
        },
    ui: {},
    errors: {},
    session: {
        id: 2,
        firstName: "Shawn",
        familyName: "Scott",
        isParent: true
    }
}

Clone this wiki locally