You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello dear I am using this great repo on my react redux .
Is there a way to limit request per second ?
Some Throttle or queue like with nginx ? But on client side
The text was updated successfully, but these errors were encountered:
I believe it could be done in user-space (not as part the jsonp package) using any throttle package, e.g. there is a throttle function in lodash. please correct me if I've missed the point
Hello dear I am using this great repo on my react redux .
Is there a way to limit request per second ?
Some Throttle or queue like with nginx ? But on client side
The text was updated successfully, but these errors were encountered: