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