todomvc-react-hooks icon indicating copy to clipboard operation
todomvc-react-hooks copied to clipboard

try to respect to best practice of redux, remove redundant code.

Open lockys opened this issue 4 years ago • 0 comments

Hi,

  1. I removed the redundant code onCreate in Header.js
  2. move ID generation code to action creator to respect the best practice of redux.

Thanks!

lockys avatar Mar 28 '21 09:03 lockys