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
The React client app(s) now make many, many (concurrent) API requests and heavy DOM manipulation. How can we write a solution that allows a React app to throttle itself when heavily operating or when the APIs degrade?
What should it monitor about itself? Frame rate, event delays, etc? How?
What should it monitor about the APIs it calls? Delay? How?
Could this be accomplished with a generalized Redux middleware?
The text was updated successfully, but these errors were encountered:
The React client app(s) now make many, many (concurrent) API requests and heavy DOM manipulation. How can we write a solution that allows a React app to throttle itself when heavily operating or when the APIs degrade?
What should it monitor about itself? Frame rate, event delays, etc? How?
What should it monitor about the APIs it calls? Delay? How?
Could this be accomplished with a generalized Redux middleware?
The text was updated successfully, but these errors were encountered: