TypeScript-for-Beginner-Programmers icon indicating copy to clipboard operation
TypeScript-for-Beginner-Programmers copied to clipboard

Website issue: Constant flickering and network requests in article pages

Open abhijit-hota opened this issue 5 years ago • 0 comments

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: image

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. 😅

abhijit-hota avatar Sep 18 '20 15:09 abhijit-hota