Insights
React TL;DR – a human filter for most useful React content.
SWR: React Hooks for Remote Data Fetching
SWR is a React Hooks library for remote data fetching. Some interesting features: When . . .
Higer Order Functions
Higher order functions give you many creative possibilities to: write helper functions . . .
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 . . .