SStephaninblog.sthzg.net·Aug 11, 2023 · 1 min readA renderToPipeableStream Playground on CodeSandboxA minimal CodeSandbox cloud template to experiment with React's renderToPipeableSteram APIs, available on GitHub or CodeSandbox. I've recently enjoyed the opportunity to move existing React projects to the renderToPipeableSteram API and – in that pr...00
SStephaninblog.sthzg.net·Jun 13, 2023 · 2 min readUnderstanding LCP Difference in Original Trace vs. Lighthouse ReportTL;DR As simulated throttling extrapolates timings on slower devices, the original trace will show the markers based on the unthrottled results. Use Dev Tools Throttling for more accuracy. While optimizing Core Web Vitals, I couldn't make sense of on...00