kloy / saga-playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting started

npm install
npm start

Purpose

To demonstrate using sagas for optimistic updates where the requests are throttled. To force an error notification make the blue count 5 and wait for the sync.

Remote syncing rules

Syncs occur under the following conditions...

  • no change has occurred in 10 seconds
  • window is closed
  • force sync button is clicked

About


Languages

Language:JavaScript 98.0%Language:HTML 2.0%