Tagged articles
87 articles
Page 1 of 1
Black & White Path
Black & White Path
Apr 13, 2026 · Information Security

How React Server Functions Enable Prototype Pollution RCE (CVE‑2025‑55182)

The article examines CVE‑2025‑55182, a critical prototype‑pollution vulnerability in React Server Functions that allows remote code execution in frameworks like Next.js, detailing the JSON payload injection using __proto__ or constructor.prototype, the serialization flaw, and the resulting impact on Node.js environments.

CVE-2025-55182Next.jsPrototype Pollution
0 likes · 2 min read
How React Server Functions Enable Prototype Pollution RCE (CVE‑2025‑55182)
AI Explorer
AI Explorer
Apr 12, 2026 · Frontend Development

Clone Any Website to a Clean Next.js Project with One Command Using AI

The AI Website Cloner Template lets you enter a URL and, with a single /clone-website command, automatically reverse‑engineers the site, extracts design tokens, and generates a modern Next.js 16, React 19, TypeScript, and Tailwind CSS codebase through a five‑stage AI pipeline.

AIClaudeNext.js
0 likes · 5 min read
Clone Any Website to a Clean Next.js Project with One Command Using AI
Black & White Path
Black & White Path
Apr 12, 2026 · Information Security

How Prototype Pollution in React Server Functions Enables Remote Code Execution (CVE‑2025‑55182)

The article analyzes the critical CVE‑2025‑55182 vulnerability affecting React Server Functions in Next.js, detailing how prototype‑pollution during serialization between server components and the client runtime allows attackers to inject __proto__ or constructor.prototype payloads and achieve remote code execution.

CVE-2025-55182Next.jsPrototype Pollution
0 likes · 2 min read
How Prototype Pollution in React Server Functions Enables Remote Code Execution (CVE‑2025‑55182)
Geek Labs
Geek Labs
Apr 2, 2026 · Artificial Intelligence

Essential AI Skills That Can Double Your Development Efficiency

This article curates ten open‑source AI‑powered development skills—from frontend design and Next.js cache optimization to full‑stack code review and automated testing—detailing their authors, core capabilities, typical use cases, and installation commands to help developers boost productivity in the age of AI‑assisted coding.

AI-assisted programmingCode reviewFrontend Design
0 likes · 11 min read
Essential AI Skills That Can Double Your Development Efficiency
Node.js Tech Stack
Node.js Tech Stack
Mar 15, 2026 · Frontend Development

Evan You’s Void: Can Vite Finally Match Next.js + Vercel’s Full‑Stack Flow?

Evan You unveiled Void, a Cloudflare‑backed deployment platform and full‑stack SDK built as a Vite plugin, aiming to give Vite‑based projects the seamless development‑to‑deployment experience of Next.js + Vercel, while remaining framework‑agnostic but tightly coupled to Cloudflare, raising questions about lock‑in and ecosystem maturity.

CloudflareFrontend EcosystemFull‑Stack Deployment
0 likes · 10 min read
Evan You’s Void: Can Vite Finally Match Next.js + Vercel’s Full‑Stack Flow?
vivo Internet Technology
vivo Internet Technology
Mar 4, 2026 · Artificial Intelligence

How I Built a 5‑Minute Full‑Stack Feature with AI: Lessons Toward a Real‑World Jarvis

The author shares practical experiences of collaborating with AI coding assistants, outlines the current gaps between today’s tools and an ideal Jarvis‑like system, and demonstrates a template‑driven Next.js workflow that lets AI generate a complete feature in five minutes while offering concrete decision‑making rules and task classifications.

AI CollaborationAI agentsFull-Stack Development
0 likes · 14 min read
How I Built a 5‑Minute Full‑Stack Feature with AI: Lessons Toward a Real‑World Jarvis
Shuge Unlimited
Shuge Unlimited
Feb 5, 2026 · Frontend Development

How vercel-react-best-practices Reduces React First‑Paint from 3.2s to 1.8s

This article analyzes the Vercel‑provided vercel-react-best-practices skill—installed weekly by 74.5K users—detailing its 57 optimization rules across eight priority categories, and demonstrates through real‑world case studies how it cuts first‑paint time from 3.2 seconds to 1.8 seconds, shrinks JavaScript bundle size, and improves conversion rates, while also covering installation, configuration, and advanced usage tips.

Bundle AnalyzerCode SplittingNext.js
0 likes · 21 min read
How vercel-react-best-practices Reduces React First‑Paint from 3.2s to 1.8s
Shuge Unlimited
Shuge Unlimited
Feb 2, 2026 · Artificial Intelligence

Moltbook Architecture Deep Dive: Design Philosophy Behind the First OpenClaw AI Agent Social Network

Moltbook is a pioneering AI‑only social platform that lets agents post, comment and like, built with a Next.js front‑end, RESTful API back‑end, semantic vector search, heartbeat checks, dual human/agent modes and strict rate‑limiting to encourage quality over quantity while addressing scalability and security challenges.

HeartbeatMoltbookNext.js
0 likes · 18 min read
Moltbook Architecture Deep Dive: Design Philosophy Behind the First OpenClaw AI Agent Social Network
AI Engineering
AI Engineering
Jan 29, 2026 · Artificial Intelligence

How a Tiny AGENTS.md Change Boosted AI Coding Accuracy from 53% to 100%

A Vercel team experiment shows that replacing the Skills approach with a small 8 KB AGENTS.md file raised AI coding agents' pass rate from 53% to a perfect 100%, revealing the fragility of explicit tool calls and the strength of passive, always‑available context.

AGENTS.mdAI coding agentsNext.js
0 likes · 11 min read
How a Tiny AGENTS.md Change Boosted AI Coding Accuracy from 53% to 100%
Old Meng AI Explorer
Old Meng AI Explorer
Jan 28, 2026 · Artificial Intelligence

How DeepTutor Turns AI into a Personal Learning Mentor

DeepTutor, an open‑source AI tutoring platform from HKU’s Data Science Lab, combines a four‑layer architecture, interactive visualizations, a dual‑loop reasoning engine, and exam‑cloning features, and can be deployed with a single Docker command, offering a guided learning experience that emphasizes thinking over instant answers.

AI tutoringDockerEducational Technology
0 likes · 7 min read
How DeepTutor Turns AI into a Personal Learning Mentor
Node.js Tech Stack
Node.js Tech Stack
Jan 22, 2026 · Information Security

How a Malicious JSON Crashes Node.js Servers via Async Hooks and the New Fix

The recent Node.js security release patches eight vulnerabilities, most notably a stack‑overflow bug triggered by deep recursive promises when async_hooks is enabled, which allows a crafted JSON payload to terminate the process, and the fix modifies TryCatchScope to re‑throw stack‑overflow errors instead of exiting.

CVE-2025-59466Next.jsNode.js
0 likes · 13 min read
How a Malicious JSON Crashes Node.js Servers via Async Hooks and the New Fix
AI Insight Log
AI Insight Log
Jan 15, 2026 · Frontend Development

Vercel Packages a Decade of React Best Practices into an Open‑Source AI Skill

Vercel has open‑sourced a structured "react‑best‑practices" Skill that encodes ten years of React and Next.js performance wisdom, prioritizes eight categories from critical waterfall‑flow elimination to low‑impact tweaks, and equips AI agents to automatically avoid common inefficiencies such as unnecessary bundle bloat and async‑await pitfalls.

AI AgentNext.jsPerformance Optimization
0 likes · 6 min read
Vercel Packages a Decade of React Best Practices into an Open‑Source AI Skill
Sohu Tech Products
Sohu Tech Products
Dec 10, 2025 · Artificial Intelligence

Build a Next.js Chatbot Quickly with Vercel AI SDK

This guide explains how to integrate large language models into modern web applications using Vercel AI SDK, covering core modules, package responsibilities, when to choose each package, installation steps, example code for both backend API routes and React front‑end, and a complete quick‑start workflow.

AI integrationLLMNext.js
0 likes · 12 min read
Build a Next.js Chatbot Quickly with Vercel AI SDK
Eric Tech Circle
Eric Tech Circle
Dec 6, 2025 · Frontend Development

Master Enterprise-Scale AI Code Generation: The Complete Cursor Rules Blueprint

This article shares a comprehensive, open‑source set of Cursor Rules for enterprise full‑stack development, detailing a three‑layer architecture, four guiding principles, and concrete configurations for Next.js, React, Shadcn/ui, Tailwind, and related tools, with practical examples and a GitHub repository.

AI code generationCursor RulesFrontend Architecture
0 likes · 4 min read
Master Enterprise-Scale AI Code Generation: The Complete Cursor Rules Blueprint
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Dec 2, 2025 · Frontend Development

Why React Introduced a Compiler to Automate Performance Optimization

React Compiler 1.0, released in 2023, automatically eliminates the need for manual useMemo, useCallback, and memo by statically analyzing code to cache computations, generate update conditions, and replace these hooks, offering a safer, more comprehensive performance boost across Vite, Webpack, Next.js, and React Native projects.

Next.jsPerformance OptimizationReact
0 likes · 7 min read
Why React Introduced a Compiler to Automate Performance Optimization
21CTO
21CTO
Nov 20, 2025 · Frontend Development

New Front‑End Tools: Nuxt MCP Server, Next.js Deployment Boost, and Fresh UI Libraries

This roundup highlights recent front‑end developments, including Nuxt’s open‑source MCP server for native UI rendering, Next.js’s adapter API that simplifies non‑Vercel deployments, Bitrise’s report on soaring React Native usage, plus two new open‑source UI libraries—Wiggle UI and Poopetti.

BitriseNext.jsNuxt
0 likes · 8 min read
New Front‑End Tools: Nuxt MCP Server, Next.js Deployment Boost, and Fresh UI Libraries
Instant Consumer Technology Team
Instant Consumer Technology Team
Oct 13, 2025 · Artificial Intelligence

Explore Vue Vapor Mode, Next.js 16, AI‑Native Apps, and Cutting‑Edge Tech Trends

This edition of the tech weekly spotlights the evolution of front‑end frameworks with Vue 3.6’s experimental Vapor Mode and Next.js 16 Beta, delves into Alibaba’s AI‑native application architecture, shares iOS app size‑reduction tactics from Huolala, and highlights open‑source breakthroughs such as JD’s xLLM, Xiaomi’s audio model, and the Sherpa‑onnx speech engine.

AIMobile OptimizationNext.js
0 likes · 6 min read
Explore Vue Vapor Mode, Next.js 16, AI‑Native Apps, and Cutting‑Edge Tech Trends
Code Mala Tang
Code Mala Tang
Oct 6, 2025 · Frontend Development

Why the ‘use client’ Directive Is a Game‑Changer for React Apps

This article explains how the ‘use client’ directive in Next.js 13 transforms component rendering by separating server and client code, enabling fine‑grained performance optimizations, clearer architecture, and a new full‑stack development model for modern React applications.

Next.jsReactServer Components
0 likes · 17 min read
Why the ‘use client’ Directive Is a Game‑Changer for React Apps
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Sep 10, 2025 · Frontend Development

Boost Development Efficiency with Vibe Coding: Practical Tips and Real‑World Examples

The article examines Vibe Coding—a high‑frequency AI‑driven coding workflow—detailing when it fits personal or enterprise projects, how to choose strong models, craft effective prompts, manage context, use Agent mode, enforce standards, and review AI‑generated code to turn potential technical debt into a productivity asset.

AI code generationNext.jsPrompt engineering
0 likes · 12 min read
Boost Development Efficiency with Vibe Coding: Practical Tips and Real‑World Examples
Alibaba Cloud Native
Alibaba Cloud Native
Aug 29, 2025 · Artificial Intelligence

Build AI Apps with Natural Language Using VibeCoding: A Hands‑On Guide

This article demonstrates how to create diverse AI applications—such as a children’s picture‑book generator, a guessing‑game app, and an enterprise website with knowledge‑base Q&A—entirely through natural‑language prompts in VibeCoding, covering the setup, step‑by‑step construction, code‑free publishing, integration of various AI services, deployment configurations, and practical tips for reliable development.

AI DevelopmentAI integrationCloud Native
0 likes · 17 min read
Build AI Apps with Natural Language Using VibeCoding: A Hands‑On Guide
Code Mala Tang
Code Mala Tang
Jul 13, 2025 · Backend Development

Eliminate Prop Drilling in Next.js with AsyncLocalStorage

This article explains how prop drilling in Next.js applications can be avoided by using Node.js's AsyncLocalStorage to store per‑request context such as requestId, tenantId, and userId, providing code examples, implementation steps, and practical usage tips for clean, maintainable backend logic.

AsyncLocalStorageBackend DevelopmentNext.js
0 likes · 7 min read
Eliminate Prop Drilling in Next.js with AsyncLocalStorage
Eric Tech Circle
Eric Tech Circle
Jun 9, 2025 · Frontend Development

Build a Full‑Stack Food Wheel App with Next.js, Supabase & AI in Minutes

This guide walks you through using Cursor together with MCP to quickly create a full‑stack "What to Eat Today" wheel web app, covering environment setup, Supabase project configuration, database schema design, component development with Next.js, AI‑generated prompts, and deployment tips.

AICursorMCP
0 likes · 11 min read
Build a Full‑Stack Food Wheel App with Next.js, Supabase & AI in Minutes
21CTO
21CTO
Apr 19, 2025 · Frontend Development

Why Turbopack in Next.js 15.3 Could Supercharge Your Frontend Build Speed

Next.js 15.3 introduces Turbopack, a Rust‑based bundler that dramatically speeds up builds, passes over 99 % of tests, and is recommended for development use while still in alpha, alongside new navigation hooks, monitoring hooks, and an improved TypeScript language server.

BundlerNext.jsReact
0 likes · 3 min read
Why Turbopack in Next.js 15.3 Could Supercharge Your Frontend Build Speed
ByteDance Web Infra
ByteDance Web Infra
Apr 10, 2025 · Frontend Development

Introducing next-rspack: Seamless Rspack Integration for Next.js with Performance Benchmarks and Future Roadmap

The article announces the next-rspack plugin that enables Next.js to use Rspack as a high‑performance, webpack‑compatible bundler, outlines current performance characteristics for App and Page routers, details collaboration with Vercel, and presents a roadmap for further enhancements and community involvement.

BundlerNext.jsRspack
0 likes · 10 min read
Introducing next-rspack: Seamless Rspack Integration for Next.js with Performance Benchmarks and Future Roadmap
Code Mala Tang
Code Mala Tang
Apr 8, 2025 · Artificial Intelligence

Mastering .cursorrules: Boost Your Cursor AI Coding Efficiency

This guide explains what .cursorrules files are, how to create and configure them for Cursor AI, provides step‑by‑step instructions, best‑practice examples for Next.js projects, and lists resources and recent updates to help teams improve code consistency and productivity.

AI code assistanceCursor AICursorRules
0 likes · 12 min read
Mastering .cursorrules: Boost Your Cursor AI Coding Efficiency
IT Services Circle
IT Services Circle
Jan 26, 2025 · Frontend Development

Understanding Code Splitting in Next.js and How It Improves Performance

This article explains the concept of code splitting in Next.js, describes how automatic page-level splitting and dynamic imports reduce initial bundle size, and provides practical code examples that demonstrate improved load times and better user experience for modern web applications.

Code SplittingNext.jsdynamic import
0 likes · 8 min read
Understanding Code Splitting in Next.js and How It Improves Performance
DevOps
DevOps
Jan 20, 2025 · Frontend Development

Top Frontend Open‑Source Projects to Watch in 2025

This article reviews seven leading front‑end open‑source projects for 2025—Vite, Bun, React 19, Next.js 15, Solid.js, Tailwind CSS, and Astro—highlighting their key features, integration capabilities, and ideal use‑cases for modern web development.

BunNext.jsTailwindCSS
0 likes · 8 min read
Top Frontend Open‑Source Projects to Watch in 2025
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Dec 27, 2024 · Frontend Development

My Technical Stack Overview

This article presents a comprehensive overview of the author's current technology stack, covering frontend frameworks like React and Next.js, mobile development with React Native, TypeScript usage, backend tools such as NestJS, Prisma with MySQL, Redis caching, and frontend engineering practices.

NestJSNext.jsNode.js
0 likes · 11 min read
My Technical Stack Overview
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 26, 2024 · Frontend Development

Technical Overview of an Open‑Source Online Collaborative Code Editor Built with Next.js and NestJS

This article details the design, technology choices, and core features—including real‑time collaborative editing—of an open‑source online code editor built with Next.js on the front end, NestJS on the back end, and Yjs‑based synchronization, while also providing deployment tips and contributor information.

Monaco EditorNestJSNext.js
0 likes · 7 min read
Technical Overview of an Open‑Source Online Collaborative Code Editor Built with Next.js and NestJS
Sohu Tech Products
Sohu Tech Products
Oct 30, 2024 · Frontend Development

GitHub Trending Auto-Capture Tool Development Practice

The article, written by a former 360 Qiwuchuan front‑end engineer, walks through building a Next.js and Tailwind‑styled tool that automatically scrapes GitHub Trending repositories, uses the MoonShot API to translate and summarize their READMEs, and presents the results in a user‑friendly dark‑mode interface.

AI SummaryGitHub TrendingMoonShot API
0 likes · 8 min read
GitHub Trending Auto-Capture Tool Development Practice
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jul 19, 2024 · Frontend Development

Implementing High-Performance Page Transition Animations in Next.js with HTML View Transition API and React startTransition

This article explains how to create smooth, high‑performance page transition animations in Next.js by combining the native HTML View Transition API with React 18's startTransition, covering usage for both Link component navigation and browser back/forward actions, and providing complete code examples and best‑practice analysis.

Next.jsPage AnimationReact startTransition
0 likes · 17 min read
Implementing High-Performance Page Transition Animations in Next.js with HTML View Transition API and React startTransition
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jul 6, 2024 · Frontend Development

Using React 19 useActionState and Server Actions in Next.js – A Complete Guide

This article explains the new React 19 useActionState hook, how it replaces useFormState/useFormStatus, and demonstrates its integration with Next.js Server Actions through four progressive examples, covering traditional implementations, the deprecated hooks, the new hook usage in forms and non‑form components, and best‑practice patterns.

Next.jsReactServer Actions
0 likes · 18 min read
Using React 19 useActionState and Server Actions in Next.js – A Complete Guide
Sohu Tech Products
Sohu Tech Products
Jun 5, 2024 · Frontend Development

Recent Trends and Updates in the JavaScript Framework Ecosystem

The JavaScript framework ecosystem has surged forward with React adding Server Components, a Compiler and Server Actions; Vue 3.4 delivering faster reactivity and a Vapor mode; Angular introducing Signals and partial hydration; Next.js unveiling an App Router and Turbopack; Nuxt, Svelte, Remix and Astro each releasing performance‑focused features, underscoring a rapidly evolving landscape for modern web development.

AngularJavaScriptNext.js
0 likes · 14 min read
Recent Trends and Updates in the JavaScript Framework Ecosystem
Open Source Tech Hub
Open Source Tech Hub
May 20, 2024 · Frontend Development

Understanding SSR vs CSR: Benefits, Drawbacks, and Practical Implementation with Puppeteer

SSR (Server Side Rendering) generates complete HTML on the server, improving SEO and first‑paint speed, while CSR (Client Side Rendering) renders in the browser, offering front‑end flexibility but hurting SEO; the article compares their pros and cons, shows pseudocode, and presents practical SSR implementations using Next.js and Puppeteer.

CSRNext.jsPuppeteer
0 likes · 7 min read
Understanding SSR vs CSR: Benefits, Drawbacks, and Practical Implementation with Puppeteer
Sohu Tech Products
Sohu Tech Products
May 15, 2024 · Artificial Intelligence

OpenAI Assistants API Quickstart Project for Next.js

OpenAI’s open‑source openai‑assistants‑quickstart project shows how to integrate the Assistants API into a Next.js app, offering streaming chat, code‑interpreter, file‑search, and function‑calling tools, and provides step‑by‑step setup instructions so developers can quickly build and customize AI assistants.

AI AssistantAssistants APICode Interpreter
0 likes · 4 min read
OpenAI Assistants API Quickstart Project for Next.js
JavaEdge
JavaEdge
Jan 3, 2024 · Frontend Development

How GitEstimate Calculates Your GitHub Worth Using Next.js and TypeScript

This article introduces GitEstimate, a Next.js‑based GitHub worth calculator that fetches a user's contributions, stars, and followers, applies weighted formulas to estimate profile value, and lets you export the result as a JPEG, while outlining the full tech stack and implementation details.

GitHubNext.jsTypeScript
0 likes · 5 min read
How GitEstimate Calculates Your GitHub Worth Using Next.js and TypeScript
Ximalaya Technology Team
Ximalaya Technology Team
Dec 21, 2023 · Frontend Development

SSR and SEO Optimization Practices for Next.js 13 with Tailwind CSS

The guide shows how to use Next.js 13’s server‑side rendering with TypeScript and Tailwind CSS to generate fully rendered HTML for better SEO, recommending direct output of key content, native anchor tags for navigation, proper TDK, robots.txt, sitemap.xml, async components, CDN asset prefixes, optimized Tailwind utilities, and careful image handling.

Next.jsSEOSSR
0 likes · 13 min read
SSR and SEO Optimization Practices for Next.js 13 with Tailwind CSS
21CTO
21CTO
Dec 18, 2023 · Frontend Development

How I Cut 70% of a Production Frontend Codebase in 3 Days

In this article the author recounts removing over 50,000 lines—about 70% of a Java, React, and Next.js frontend codebase—by using analytics to prune rarely used modules, progressively migrating to a slimmer stack, and demonstrating the performance and maintenance benefits while confronting sunk‑cost bias.

Next.jscodebase reductionprogressive migration
0 likes · 7 min read
How I Cut 70% of a Production Frontend Codebase in 3 Days
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 29, 2023 · Frontend Development

Advanced Next.js Techniques to Optimize Performance

This article presents advanced Next.js techniques—including dynamic imports, CDN asset publishing, server‑side caching, Incremental Static Regeneration, and custom server integration for WebSockets—to help developers build faster, more scalable, and performance‑optimized web applications.

CDNISRNext.js
0 likes · 8 min read
Advanced Next.js Techniques to Optimize Performance
Sohu Tech Products
Sohu Tech Products
Nov 22, 2023 · Frontend Development

How Does Next.js v14 Implement React Server Components (RSC)?

This article explains the origins of React Server Components, how Next.js v14 integrates RSC and App Router, the three release channels (Latest, Canary, Experimental), and provides step‑by‑step guidance for using RSC both inside and outside of Next.js with code examples and webpack configuration.

Next.jsRSCReact
0 likes · 9 min read
How Does Next.js v14 Implement React Server Components (RSC)?
Yunxuetang Frontend Team
Yunxuetang Frontend Team
Nov 3, 2023 · Frontend Development

Modern Frontend Insights: SVG, Code Standards, Next.js SQL, Vite, Node.js 21

This article surveys recent frontend developments, including detailed SVG rendering techniques, best‑practice code standards with ESLint, Prettier and Husky, emerging trends such as Next.js‑embedded SQL, Vite’s roadmap and Node.js 21’s Stream API upgrades, plus practical UX guidance for legacy browsers and a glimpse of a leading frontend team.

ESLintNext.jsSVG
0 likes · 3 min read
Modern Frontend Insights: SVG, Code Standards, Next.js SQL, Vite, Node.js 21
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Aug 19, 2023 · Frontend Development

Building a Frontend Knowledge Base with Next.js, Tailwind CSS, and Notion Integration

This article walks through creating a full‑stack frontend knowledge‑base project using Next.js with Tailwind CSS, explains the benefits of server‑side rendering, demonstrates routing, component usage, Notion API integration, markdown rendering, and deployment to Vercel, providing complete code snippets and configuration steps.

Next.jsNotion APITailwind CSS
0 likes · 14 min read
Building a Frontend Knowledge Base with Next.js, Tailwind CSS, and Notion Integration
政采云技术
政采云技术
Jan 31, 2023 · Frontend Development

An Introduction to Turbopack: Features, Performance, and Ecosystem

This article introduces Turbopack, a Rust‑based successor to Webpack, explains its incremental caching, on‑demand compilation, SWC compiler, persistence and import support, demonstrates its speed advantages with Next.js benchmarks, and discusses current ecosystem challenges and future prospects.

Next.jsPerformance TestingSWC
0 likes · 12 min read
An Introduction to Turbopack: Features, Performance, and Ecosystem
Sohu Tech Products
Sohu Tech Products
Jan 11, 2023 · Frontend Development

Understanding Next.js 13: Turbopack, App Directory Routing, and React Server Components

This article explains the major changes introduced in Next.js 13—including the new Turbopack bundler, the file‑based app directory routing system, React Server Components, data fetching strategies, and updated utilities such as next/image and @next/font—highlighting their performance benefits and migration considerations for modern frontend development.

App DirectoryNext.jsReact Server Components
0 likes · 15 min read
Understanding Next.js 13: Turbopack, App Directory Routing, and React Server Components
Laravel Tech Community
Laravel Tech Community
Dec 25, 2022 · Frontend Development

Next.js 13.1 Release Highlights and New Features

Next.js 13.1 has been officially released, introducing improvements to the app directory, built‑in module transpilation, a stable Edge runtime, Turbopack enhancements, middleware capabilities, a new SWC transform called modularizeImports, and various memory and template optimizations.

Edge RuntimeNext.jsReact
0 likes · 2 min read
Next.js 13.1 Release Highlights and New Features
ByteDance Web Infra
ByteDance Web Infra
May 9, 2022 · Frontend Development

Web Infra Live Interview – Full Translation on the Future of Frontend and Vercel

This article provides a complete English translation of a 1.5‑hour live interview where Vercel’s Director of Developer Relations discusses the evolution of frontend development, edge networks, rendering strategies such as CSR, SSR, SSG, ISR, RSC, the Vercel platform workflow, and the role of Rust, WebAssembly, and SWC in modern web tooling.

Next.jsRustSSR
0 likes · 36 min read
Web Infra Live Interview – Full Translation on the Future of Frontend and Vercel
DaTaobao Tech
DaTaobao Tech
Apr 21, 2022 · Backend Development

Evolution and Design of Node.js Web Frameworks

Node.js web frameworks have evolved from lightweight tools like Express to enterprise solutions such as Nest and Midway, and now to front‑end‑focused platforms like Next.js, with modern designs emphasizing modularity, type safety, serverless support, and developer‑friendly hooks that bridge front‑end and back‑end development.

ExpressKoaMidway
0 likes · 9 min read
Evolution and Design of Node.js Web Frameworks
ByteFE
ByteFE
Feb 14, 2022 · Frontend Development

Vercel DevRel Team Lead Lee Robinson on Frontend Future and Next.js

This article announces a live interview with Lee Robinson, Vercel's DevRel team lead, discussing frontend development trends, Next.js framework, and Vercel's platform, featuring a list of notable developers who joined Vercel.

DevRelLee RobinsonNext.js
0 likes · 4 min read
Vercel DevRel Team Lead Lee Robinson on Frontend Future and Next.js
NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Oct 11, 2021 · Frontend Development

DrawIO Secondary Development: A Comprehensive Technical Guide

This guide walks developers through DrawIO secondary development, explaining why integration is needed, how to set up Java/Ant, clone and build the source, configure dev mode, deploy via various platforms, and use core APIs like getCurrentFile and loadFile, with a starter scaffold on GitHub.

Diagram ToolJavaScriptNext.js
0 likes · 23 min read
DrawIO Secondary Development: A Comprehensive Technical Guide
ByteDance Web Infra
ByteDance Web Infra
Aug 20, 2021 · Frontend Development

Next.js 11.1 Release: New Features, Rust‑Based Toolchain, and Performance Boosts

The Next.js 11.1 release introduces a security patch, experimental ES Modules support, a Rust‑based SWC toolchain, faster data fetching and builds, improved source maps, enhanced ESLint rules, and numerous next/image optimizations, all driven by contributions from SWC author DongYong Kang and Parcel contributor Maia Teegarden.

ESModulesImageOptimizationNext.js
0 likes · 14 min read
Next.js 11.1 Release: New Features, Rust‑Based Toolchain, and Performance Boosts
Taobao Frontend Technology
Taobao Frontend Technology
Aug 16, 2021 · Frontend Development

Latest Frontend Releases: Next.js 11.1, Vue 3.2, and Cutting‑Edge Open‑Source Tools

This roundup highlights the Next.js 11.1 and Vue 3.2 releases with their new features and performance boosts, introduces several emerging open‑source projects such as quickjs‑rs, MDX, mdast, Puerts, wasm‑pack, instant.page and txiki.js, and summarizes practical articles on one‑click dark‑mode support and dramatically shrinking Next.js bundle size.

Dark ModeNext.jsRust
0 likes · 8 min read
Latest Frontend Releases: Next.js 11.1, Vue 3.2, and Cutting‑Edge Open‑Source Tools
ByteFE
ByteFE
Aug 14, 2021 · Frontend Development

Interview with Dan Abramov on React Server Components, Vue Comparison, and Frontend Architecture

In this extensive interview, Dan Abramov discusses the purpose and advantages of React Server Components, compares React with Vue, explains type‑checking choices, addresses emerging frameworks, rendering strategies, React's role as a library versus a system, and shares advice on learning, maintaining, and staying passionate about React development.

Next.jsReactServer Components
0 likes · 29 min read
Interview with Dan Abramov on React Server Components, Vue Comparison, and Frontend Architecture
Taobao Frontend Technology
Taobao Frontend Technology
Aug 4, 2021 · Frontend Development

Mastering Next.js Rendering: SSR, SSG, ISR and Hybrid Strategies

This article explains Next.js’s three pre‑rendering modes—SSR, SSG, and ISR—detailing their advantages, limitations, and how they can be combined in hybrid rendering strategies, with practical code examples and deployment considerations for modern frontend development.

Hybrid RenderingISRNext.js
0 likes · 12 min read
Mastering Next.js Rendering: SSR, SSG, ISR and Hybrid Strategies
Alibaba Terminal Technology
Alibaba Terminal Technology
Aug 4, 2021 · Frontend Development

Understanding Next.js Pre‑Rendering: SSR, SSG, ISR & Hybrid Modes

This article explains Next.js's three pre‑rendering strategies—Server‑Side Rendering, Static Site Generation, and Incremental Static Regeneration—along with their hybrid combinations, illustrating when to use each approach, their benefits, trade‑offs, and providing practical code examples.

Hybrid RenderingISRNext.js
0 likes · 13 min read
Understanding Next.js Pre‑Rendering: SSR, SSG, ISR & Hybrid Modes
58 Tech
58 Tech
Apr 26, 2021 · Frontend Development

CarNext: A Customized Server‑Side Rendering Framework Based on Next.js for 58.com Automotive Business

This article explores the evolution of front‑end performance optimization, compares SPA and SSR architectures, introduces a Node‑based middle‑layer design, and details the CarNext framework built on Next.js that improves rendering speed, SEO friendliness, and development efficiency for 58.com’s automotive services.

Frontend ArchitectureNext.jsNode.js
0 likes · 13 min read
CarNext: A Customized Server‑Side Rendering Framework Based on Next.js for 58.com Automotive Business
HomeTech
HomeTech
Feb 24, 2021 · Frontend Development

Next.js SSR Implementation for International Projects: Technical Deep Dive

This article details the technical implementation of Next.js SSR for international projects, covering custom routing, data fetching, Material UI integration, SEO optimization, and special considerations for overseas markets including Google Recaptcha and internationalization.

Google RecaptchaMaterial-UINext.js
0 likes · 12 min read
Next.js SSR Implementation for International Projects: Technical Deep Dive
Yuewen Frontend Team
Yuewen Frontend Team
Jan 17, 2020 · Frontend Development

Boost Development Efficiency with Next.js, AMP, and Preact: A Full‑Stack Case Study

This article details how Webnovel's Ficool m‑site leveraged a Next.js + AMP + Preact stack to dramatically improve development experience, overcome AMP's limitations, and achieve high performance for low‑bandwidth African users through custom webpack configurations, amp‑script integration, and disciplined frontend practices.

AMPNext.jsPreact
0 likes · 17 min read
Boost Development Efficiency with Next.js, AMP, and Preact: A Full‑Stack Case Study
21CTO
21CTO
Dec 7, 2017 · Frontend Development

Build a Simple Blog with React, Next.js, and Cosmic.js GraphQL

This tutorial walks through creating a lightweight blog using React, Next.js, and Cosmic.js GraphQL, covering environment setup, dependency installation, package configuration, core component implementation, and sample GraphQL queries to fetch and display posts.

BlogCosmic.jsGraphQL
0 likes · 7 min read
Build a Simple Blog with React, Next.js, and Cosmic.js GraphQL