Skip to content

nastia-h8/goit-react-hw-06-phonebook

Repository files navigation

Phonebook

Refactored by adding state control using the [Redux Toolkit]library.

  • Used configureStore(), createSlice().
  • Used the React-redux library to link React-components to Redux-logic.
  • Used the Redux Persist library to save an array of contacts to local storage.