vshepel / react_redux-list-of-todos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU General Public License v3.0


Languages

Language:TypeScript 57.8%Language:JavaScript 39.4%Language:SCSS 1.8%Language:HTML 1.0%