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
As we transition to React and Redux, we need to throttle POST request to store bookmarks. Some actions generate dozens of POST requests as Redux state is changing. This should only happen once per second or so.
The text was updated successfully, but these errors were encountered:
As we transition to React and Redux, we need to throttle POST request to store bookmarks. Some actions generate dozens of POST requests as Redux state is changing. This should only happen once per second or so.
The text was updated successfully, but these errors were encountered: