Live data from Hacker News

Why is GitHub UI getting slower?

yoyo-code.com

1–10 of 123 posts

Re: Why is GitHub UI getting slower?

#4
Githubs performance has been rapidly degrading ever since they started rewriting everything in React.

It's basically impossible to view diffs now because they often fail to load, render correctly, or just are incredibly slow.

Re: Why is GitHub UI getting slower?

#5
post #4

Githubs performance has been rapidly degrading ever since they started rewriting everything in React. It's basically impossible to view diffs now because they often fail to load, render correctly, or just are incredibly slow.

Were they using vanilla js? That's impressive if yes.

Re: Why is GitHub UI getting slower?

#6
It's very obvious that they've unleashed a bunch of very junior developers on front end, it's I'm surprised that it still works.

The previous AJAXed implementation had its haters, but at least it was very close to bare HTML on HTTP.

Re: Why is GitHub UI getting slower?

#7
post #5
post #4

Githubs performance has been rapidly degrading ever since they started rewriting everything in React. It's basically impossible to view diffs now because they often fail to load, render correctly, or just are incredibly slow.

Were they using vanilla js? That's impressive if yes.

Most of the UI is React now, especially the most commonly used areas.

Re: Why is GitHub UI getting slower?

#9
post #7
post #5

Earlier quoted context omitted.

Were they using vanilla js? That's impressive if yes.

Most of the UI is React now, especially the most commonly used areas.

The parent comment actually asks what they were doing before using React... No worries, you may have misunderstood them and that's okay!
Post reply on HN