Skip to content

TodoList and UserList with React, Redux and TypeScript

Notifications You must be signed in to change notification settings

ITmTm/react-redux-ts-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TodoList and UserList with React, Redux and TypeScript

A simple TodoList with React, Redux and TypeScript


react-redux-ts


Функции

  • Получение списка пользователей используя Fake API {JSON} Placeholder
  • Получение списка задач TodoList используя Fake API {JSON} Placeholder
  • Переключение списка задач Pagination

Using work

  • Инициализация Redux store используя устаревший медот createStore
  • Создание Reducer + типизация
  • Объединение reducer используя метод CombineReducer
  • Оборачивание App в Provider
  • Создание хука UserTypedSelector
  • Создание ассинхронного action creator + типизация
  • Создание хука UserActions
  • Создание второго reducer, масштабирование приложения + постраничный вывод
  • Расширение UserActions

Technologies

ReactJS TypeScript Redux


Getting Started

Tools needed to run this app: node and npm

  • npm install to install dependencies
  • npm start to run the app
  • Go to http:https://localhost:3000