React TL;DR – a human filter for most useful React content.
Before You memo()
Verify you’re running a production build. (Development builds are intentionally slower, in extreme cases even by an order of magnitude.) Verify that you ...
Introducing Gatsby 3.0 – Faster in Every Way that Matters
V3 for Developers: 80% speed improvement in local development experience V3 for Content Editors: Faster build times on any service V3 for Site ...
React useRef By Example: What It Is, Why We Need It
There are two use cases of useRef: Directly access DOM nodes to perform DOM operations imperatively Persist a value across rerenders, throughout the ...
Discovering Next.js with Guillermo Rauch
Key takeaways: Next.js improves React development and deployment Next.js is a powerful framework around de-facto standard React Front-ends are globally distributed – Next.js ...
6 React Best Practices For 2021
Make use of event.target.name for event handlers Avoid manually binding event handlers to this? Make use of React hooks to update your state Cache expensive operations ...
Double Your React Coding Speed With This Simple Trick
4 easy tips on how to become a faster React developer: Never format your code by hand Never import modules by hand Jump ...