Improving Core Web Vitals of a React Application
A technical guide detailing steps to improve Core Web Vitals in a React app, covering lazy loading, image CDNs, and code splitting.
A technical guide detailing steps to improve Core Web Vitals in a React app, covering lazy loading, image CDNs, and code splitting.
A guide to solving complex UI component problems using composition, breaking down a Card component into smaller, reusable parts.
A developer documents building a game-playing AI using ChatGPT and Ruby on Rails, covering API integration, token management, and frontend development.
Analyzes the pitfalls of React.memo and useCallback, explaining why component composition is often a better performance solution.
A developer details a performance investigation and fix for slow emoji processing in a React text editor plugin, improving page load times.
A developer explains how a simple typo in JavaScript code caused a major billing issue, arguing for the business necessity of type safety.
Explores the limitations of Scoped CSS in modern frameworks like React and Vue, focusing on styling child components and slot content.
A guide demystifying React Server Components, explaining how they work, their benefits, and how they differ from Server-Side Rendering.
A summary of a React Rally 2023 talk on React rendering behavior, based on the author's popular in-depth guide.
A guide to identifying and fixing YAP (Yet Another Prop) Syndrome in React components by using composition over excessive props.
A technical deep dive into how barrel exports in a React app can prevent tree shaking and cause performance issues, with a case study from the Centered app.
A developer reflects on how relying on React as the default frontend framework may cause developers to miss out on better, more modern tools and workflows.
How to type a ...rest parameter in a TypeScript interface using an index signature, demonstrated in a React/Next.js NavLink component.
A developer shares a solution for a Next.js 13 App Router issue where client components with 'use client' hang when using async/await with fetch in useEffect.
A CSS tutorial on creating animated, wavy pride flags using React, keyframe animations, and gradients for Pride Month.
A guide to debugging JavaScript, covering principles, techniques, and real-world bug stories from conference talks.
A tutorial on implementing the Compound Components pattern in React, using a Tabs component as a practical example.
Exploring if React Query is still necessary with the rise of React Server Components and discussing its role in modern data fetching.
A developer discusses the overuse of the word 'hate' in tech culture, clarifying his critical but not hateful views on tools like React, Tailwind, and Mastodon.
A developer discusses solving UI component flexibility using React Context and composition to handle optional/required field indicators.