Skip to content

roman-romanenko/react_redux-list-of-todos

 
 

Repository files navigation

React + Redux list of TODOs

You are given an app folder with already implemented store and hooks. Use them to implement Dynamic list of TODOs using the Redux. It should look and work identically, so use the same markup.

Here is the working version

  • features/currentTodo contains a sample of all the required types;
  • implement features/filter storing query and status;
  • implement features/todos storing an array of todos;
  • load the todos in the App on page load (don't use Redux Thunk for now);
  • useAppSelector already aware of RootState so you can write selectors in your components (no need to write them in the store file)

Instructions

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 57.6%
  • JavaScript 39.5%
  • SCSS 1.8%
  • Other 1.1%