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
{{ message }}
This repository was archived by the owner on Sep 29, 2025. It is now read-only.
Hey! First of all, very lovely articles. I'm a React developer learning Typescript and your articles are helping me a lot. They are fun, easy-to-understand and not exhausting at the same time.
Actually I found this bug(?) in the article pages that is constantly sending XHR requests and piling up the Networks tab in the browser console. Here is the issue message in the console:
After a while, the tab starts to use up a lot of resources with thousands of requests and "issue" messages.
Just throwing darts, but maybe a component is re-rendering infinitely?
I have checked this on Edge and Chrome in Windows 10.
P.S. I'm not sure whether this is the right place to file an issue about this so I apologize if it was irrelevant. 😅