Slide 107
Slide 107 text
const board = {
lists: {
'1558196567543': {
title: 'Backburner',
cards: ['1558196597470'],
},
!// …
},
cards: {
'1558196597470': {
title: 'Learn to Normalize State',
description: 'This is much better.',
assignedTo: '1',
},
!// …
},
users: {
'1': {
name: 'Steve Kinney',
},
},
};