re Query · advanced demo
A fully reactive task manager — powered entirely by reQuery. Edit tasks, watch state sync live, inspect the watcher log and computed values in real time.
Task Board
total: 0 done: 0 open: 0
rqState
scoped state init
rqComputed
derived counts
rqWatch
live watcher log
rqMutate
immutable updates
{ } state inspector live
ƒ computed
progress 0 %
totalCount 0
doneCount 0
openCount 0
highPriorityOpen 0
completionRate 0 %
watcher log
— watching for state changes —
// Initialize scoped state on #app
$ ( '#app' ). rqState ({
   tasks : [],
   filter : 'all' ,
   sortMode : 'priority' ,
   addError : false ,
   addErrorMsg : '' ,
});