bradtraversy / mern_shopping_list

Shopping List built with MERN and Redux
605 stars 436 forks source link

Update route addition #9

Open imalam64 opened 5 years ago

imalam64 commented 5 years ago

I'm working on a To Do List app based on this repo and everything work well so far. The only only issue I'm stuck at is adding a proper Update reducer and action. I'm not quite sure if it's similar to the Delete action and reducer or something entirely different. Still researching articles on my end, but any help would be appreciated on how to approach this.

Grayson-Orr commented 5 years ago

I haven't seen any of his videos where he implements the update action. Update this issue when you have a solution. Interested to see.