Skip to content

halumz/react-saga-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-saga-todo

It is a simple example of react-saga using create react app

clone it and run:

  yarn
  yarn start

Then open http://localhost:3000/ to see your app.

The demo todo model

  {
    completed: false,
    createTime: 1509355386664,
    todo: "todo 1"
  }