Insights
React TL;DR – a human filter for most useful React content.
facebook/relay
Relay is a JavaScript framework for building data-driven React applications. Declarative: Never . . .
Improving Performance in React Functional Components using React.memo()
React.PureComponent is to ES6 class components React.memo(…) is to functional components . . .
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 . . .