Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 342 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 342 Bytes

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"
  }