Todo List

[Project] Create a To-Do list with React/Redux/TypeScript


npx create-react-app todo-list --template typescript

yarn add redux react-redux


1.1.1 todos module

const CHANGE_INPUT = 'todos/CHANGE_INPUT';

Written on July 7, 2021