#400 – April 02, 2023
A deep dive into the evolution of React from client-side view library to application architecture.
Rethinking React best practices
A deep dive into the evolution of React from client-side view library to application architecture.
How to Implement Reveal on Scroll in React using the Intersection Observer API
In this article, you’ll learn how to implement the reveal on scroll effect in React using Intersection Observer. This will allow you to create stunning, dynamic user experiences that keep visitors engaged and coming back for more.
How to enable OpenTelemetry traces in React applications
Learn how to enable OpenTelemetry traces in React applications and make them observable in this 10-step demonstration.
Migrate to Vite from Create React App
A quick migration guide to Vite from Create React App, because (apart from Next.js) Vite is the natural successor of CRA for creating a modern React application as SPA.
Refs in React: from access to DOM to imperative API
Looking into why we need access to DOM in React, how Refs can help with that, what are useRef, forwardRef and useImperativeHandle hooks, and how to use them properly.
React FAQ: Setting Up, Installing, User Events & Best Practices
Get answers to nine common questions you're likely to find yourself asking when getting started with React.