parse-community / ParseReact

Seamlessly bring Parse data into your React applications.
https://parseplatform.org
Other
1.3k stars 209 forks source link

It will call back at the end of the refreshQueries. #106

Closed keng0o closed 9 years ago

keng0o commented 9 years ago

I use a timer, doing refreshQueries at regular intervals. I want to do different events depending on the result of refreshQueries. However, it is not possible to know the end of refreshQueries. This is a big problem for me.