React
Profiling React Apps with the DevTools Profiler
A practical guide to using the React DevTools Profiler to find unnecessary re-renders and expensive commits before reaching for memoization.
3 min read
Tag
2 articles
A practical guide to using the React DevTools Profiler to find unnecessary re-renders and expensive commits before reaching for memoization.
Why Stripe built its own type checker, Sorbet, instead of rewriting its large Ruby codebase, and how gradual typing let adoption happen incrementally.