next-frame
next-frame copied to clipboard
Returns a promise that resolves on the next animationFrame
Hie, I'm using axios in Redux saga. While calling multiple APIs, User Interaction freezes until got response from all called APIs. Can nextFrame() help me to resolve freezing issue? If...
Hi! Thanks for this library and the wonderful blog post. I have wrapped my data loading using next-frame, something like this: ``` async loadData() { ...get contentArray from database... await...
Please take a look at [this gist](https://gist.github.com/trustedtomato/aed8437e6ba768027dade774b47886a7). It's basically the same thing but simpler & resolves the timestamp.