Why is every React site so slow?
Summary
The main theme is the rendering performance issues in React, demonstrated with examples like GitHub. The discussion highlights the problems with excessive re-renders leading to flickers and negative user experience. The key takeaway is the need to address these performance bottlenecks, with a sponsorship from PostHog for analytics and feature flags, and a nod towards solutions like the virtual DOM concept.