Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 864 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 864 Bytes

Type-safe Boilerplate-free Redux Example

Read this blog post

https://medium.com/@esamatti/type-safe-boilerplate-free-redux-906844ec6325


Todo App example made with immer-reducer, redux-render-prop and redux-saga

This is also live in Codesandbox

https://codesandbox.io/s/github/epeli/typescript-redux-todoapp

Unfortunately I wasn't able to enable Typescript type checking in it which is important part of this example so you are better of cloning this locally and opening it using vscode

git clone https://github.com/epeli/typescript-redux-todoapp.git
cd typescript-redux-todoapp
npm ci
code .

and start the development server with

npm start