Insights
React TL;DR – a human filter for most useful React content.
React useRef Hook
The useRef Hook lets us create mutable variables inside functional components. A ref created with . . .
Translate your React app with ease using Facebook’s own framework (FBT)
Reasons to use FBT: Translatable text resides inline with the rest of your JSX. This means that you . . .
Introduction To WebAssembly: The Magic Of Native Code In Web Apps
WebAssembly can be used to: Decrease load times. Increase execution/calculations speed. Utilize . . .
Variable Font Animation with CSS and Splitting JS
Instead of multiple font files to load different variants of a particular font, variable fonts . . .
Thinking With Portals
Portals allow us to insert a child anywhere in the DOM tree and visually “escape” a parent . . .
CSS Units Explained
A CSS unit determines the size of a property you’re setting for an element or its content. Units . . .