wallaceNdi / jammming

my jammming project
0 stars 0 forks source link

App.js #1

Open jlag34 opened 6 years ago

jlag34 commented 6 years ago

Your App.js methods are done right. I like that you don't mutate your state in addTrack or removeTrack. Nice job using the spread operator. I haven't seen anyone use the setState callback and use prevState when setting state. Nice job doing that. Not necessarily necessary but glad you are looking into the React docs.

wallaceNdi commented 5 years ago

thanks