toriiico / re-ducks-typescript-boilerplate

re-ducks design pattern with react + redux + typescript + react-router-dom + redux-thunk + typesafe-actions and other awesome libraries Todos boilerplate!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Re-ducks Typescript Todos Example

This project is a practical sample that replaces Redux todo app example with typescript and Re-ducks pattern, and adds router, typesafe-actions, etc.

The structure of the state etc. is referring to this awesome Re-ducks project.

It is created based on Create React App.

Develop Environment

  • OS
    • Ubuntu 18.04.1 LTS
  • node
    • v11.8.0
  • npm
    • 6.8.0

Start Todos App

git clone https://github.com/toriiico/re-ducks-typescript-boilerplate.git

cd re-ducks-typescript-boilerplate
npm i && npm start

About

re-ducks design pattern with react + redux + typescript + react-router-dom + redux-thunk + typesafe-actions and other awesome libraries Todos boilerplate!

License:MIT License


Languages

Language:TypeScript 92.2%Language:HTML 7.8%