Insights
React TL;DR – a human filter for most useful React content.
useEffect vs useLayoutEffect
useLayoutEffect: If you need to mutate the DOM and/or DO need to perform measurements useEffect: If . . .
Introducing Concurrent Mode
Concurrent Mode is a set of new features (still experimental!) that help React apps stay responsive . . .
How to use the AWS Rekognition JavaScript API
You will learn: what AWS Rekognition is, and how much it costs how to set up Next.js with a . . .
8 New ES10 (ES2019) Features by Example
New features: Optional Catch Binding Object.fromEntries Array.flat Array.flatMap . . .
Increase your React + Redux Application Performance With the Reselect Library
Why it makes sense to use selectors with your React and Redux applications: Selectors can . . .
React Spaces – allaneagle.com
React Spaces allow you to divide a page or container into anchored, scrollable and resizable . . .