issues
search
aweil13
/
ChartMyCourse
0
stars
0
forks
source link
Sample State Review
#2
Closed
vawhitehouse
closed
3 years ago
vawhitehouse
commented
3 years ago
Sample State
[x] Your
users
schema holds a lot of user data - will you need any other data beyond
username
and
email
on the front end?
[x] You probably won't need a
friends
slice of state. Instead, each user (or maybe just the current user) may want to keep an array of friend ids.
Sample State
users
schema holds a lot of user data - will you need any other data beyondusername
andemail
on the front end?friends
slice of state. Instead, each user (or maybe just the current user) may want to keep an array of friend ids.