/03-react-todo-redux-ts

React sample todo app using redux and TypeScript

Primary LanguageTypeScript

React TODO app with redux and TypeScript

Simple TODO app using functional components and basic reducer hook with Redux and TypeScript

Build Status

Add TS support

yarn add typescript @types/node @types/react @types/react-dom @types/jest

Adding support for test for TypeScript

The project is created with create-react-app. After that we need to:

yarn add jest ts-jest babel-jest