Click any tag below to further narrow down your results
Links
More developers are moving from Next.js to TanStack Start due to its simplicity and closer alignment with plain React. TanStack Start offers type-safe routing, integrated server functions, and a smoother developer experience, addressing frustrations with Next.js's growing complexity.
This article outlines a set of skills designed for AI coding agents, focusing on enhancing React, Next.js, and React Native applications. It includes performance optimization guidelines, UI code reviews, and deployment capabilities with Vercel. Each skill comes with specific rules and use cases for effective development.
A remote code execution vulnerability affects specific versions of React and frameworks like Next.js using the App Router. Users of Next.js versions 15.x and 16.x need to update to patched versions immediately to mitigate the risk. Experimental canary releases starting from 14.3.0-canary.77 are also impacted.
The article explores the effectiveness of AI in debugging a React/Next.js app by comparing AI-generated fixes to manual debugging. The author tests an app with known issues, assessing how well AI identifies and resolves problems, while sharing insights on the debugging process.
The React2Shell vulnerability (CVE-2025-55182) allows remote attackers to execute arbitrary code on vulnerable React and Next.js servers, often without authentication. Immediate upgrades to fixed package versions are essential to mitigate the risks posed by this critical flaw.
The article discusses effective strategies for fetching data in complex applications built with Next.js and React. It emphasizes the importance of optimizing data handling through best practices and the use of APIs to enhance performance and user experience. Techniques such as server-side rendering and static site generation are highlighted as essential tools for developers.
Learn how to integrate an in-app notification feed into a Next.js application using Knock's drop-in components, which simplifies the implementation of real-time updates, read/unread state management, and pagination. The tutorial guides you through setting up the necessary components, handling message states, sending notifications, and configuring workflows to create an interactive user experience.
The author shares their experience of building a full-stack React framework that significantly outperforms Next.js in speed and throughput. By focusing on specific optimizations and innovative design choices, they achieved a framework that is four times faster with enhanced scalability. The article details the methodologies and tools employed in this development process.