🏷️

frontend

4 articles tagged with "frontend"

Tech Feeds

programming

Dependency Tracking Fundamentals (II)

This article delves into React's dependency tracking model, highlighting its limitations such as unnecessary re-renders and manual dependency management. It contrasts this with the Signals model, which offers an explicit dependency graph for fine-grained updates, improving performance in complex applications.

programming

Advanced React Patterns Every Developer Should Know

This article explores advanced React patterns such as Compound Components, Custom Hooks, and Error Boundaries, emphasizing their roles in building scalable and maintainable applications. It provides practical examples and insights into optimizing performance and managing state effectively across components.

web

Building a Centralized, Type-Safe Modal System in Next.js

This article presents a comprehensive guide to building a centralized, type-safe modal system in Next.js using React Context and TypeScript. It emphasizes the importance of scalability and maintainability in larger applications, providing a structured approach to managing modal state and behavior.

programming

React Isn’t the Hard Part, Designing for Change Is

This article emphasizes the importance of designing React applications with a focus on maintainability and clarity rather than just syntax. It introduces concepts like treating components as contracts, managing state effectively, and structuring code for future adaptability.