Next.js 16 beta includes stable Turbopack, file system caching, React Compiler support, smarter rout...
From handles to hosting....
The protocol is the API....
matplotlib -- the de-facto library of plotting in Python. seaborn -- the golden tool for statistical...
Programming with proofs....
Next.js 15.5 includes Turbopack builds in beta, stable Node.js middleware, TypeScript improvements, ...
What is the type of 2 + 2 = 4?...
A taste of Lean....
Next.js 15.4 includes updates to performance, stability, and Turbopack compatibility....
I heard you like linting....
Personal update post....
A layered module system....
Quoting for modules....
Why streaming isn't enough....
One does not simply serialize a module....
What do HTML, GraphQL, and RSC have in common?...
You wouldn't download a site....
Islands, but make it fractal....
Tags on both sides....
Two worlds, two doors....
Composing across the stack....
Turning your API inside-out....
Next.js 15.3 includes Turbopack for builds, new client instrumentation and navigation hooks, and mor...
Two things, one origin....
Learn about how to build APIs with Next.js....
Next.js 15.2 includes updates for debugging errors, metadata, Turbopack, and more....
Learn more about the API design and benefits of 'use cache'...
Next.js 15.1 introduces React 19 stable support, improved error debugging, new experimental authoriz...
Learn about our journey with caching in Next.js App Router....
Next.js 15 introduces React 19 support, caching improvements, a stable release for Turbopack in deve...
It's been a long road, but we are happy to announce that `next dev --turbo` is now stable and ready ...
The second Next.js 15 Release Candidate (RC) is now available. This version allows you to test the l...
To quote myself in a most recently yet-to-be-published paper: 💪 The ability of deep neural networks...
The Next.js 15 Release Candidate (RC) is now available. This early version allows you to test the la...
Next.js 14.2 includes development, production, and caching improvements. Including new configuration...
Next.js 14 includes improvements to self-hosting, error messages, parallel and intercepted routes, T...
UI = f(data)(state)...
12-20 01:45
The limits of my language mean the limits of my world....
Next.js 14 includes included performance, stability for Server Actions, a new course teaching the Ap...
Learn about what security protections are built-in Next.js and view a guide for auditing application...
Next.js 13.5 includes 22% faster local server startup, 29% faster HMR (Fast Refresh), 40% less memor...
The Next.js team is focused on performance, stability, and developer experience for the upcoming mon...
Next.js 13.4 moves App Router to stable, Turbopack to beta, and introduces experimental support for ...
Next.js 13.3 introduces dynamic open graph images, advanced static exports, parallel routes and inte...
Next.js 13.2 introduces major improvements to the App Router in preparation for stability, including...
It has been a while since my last update. And to be fair, 2022 was a very boring and event-less year...
Next.js 13.1 introduces improvements to the app directory, built-in module transpilation, stable edg...
Next.js 13 introduces layouts, React Server Components, and streaming in the app directory, as well ...
Next.js 12.3 introduces TypeScript Auto-Install, improved Fast Refresh, stable new Image Component, ...
Next.js 12.2 introduces stable Middleware and On-Demand ISR, experimental Edge SSR and API Routes, a...
Yep, that’s the title There’s no click-bait. Though I’m at home working remotely, meaning that I hav...
Nested routes and layouts, client and server routing, React 18 features, and designed for Server Com...
Next.js 12.1 introduces on-demand ISR, support for styled-components and Relay, zero-config Jest sup...
Hey again. It has been a year since I last talked about building a blog with Notion. A lot has chang...
Next.js 12 introduces a brand-new Rust compiler, Middleware (beta), React 18 Support, Native ESM Sup...
Next.js 11.1 introduces an important security patch, ES Modules support, performance improvements, R...
Found 99 vulnerabilities (84 moderately irrelevant, 15 highly irrelevant)...
!!! success "🛸 我免费啦" (^^ゞ 从 4 月 1 号开始的十天自我隔离终于结束啦! 不知道大家有没有发现,不过我确实 人在英国,刚下飞机。今天是我十天隔离的最后一天,明天我就正式可以...
!!! bug "🔥" An update in 2022: Revisiting blogging with Notion in 2022. Yup, yup, yup! (Paimon nois...
Rendering optimizations that come naturally....
Welcome 2021. 昨天(2020/1/1)我也才刚刚从北京回家的高铁上下来,现在我坐在刚搬来的新家里,用着陪伴了我快 3 年的机械键盘,写下这份迟到了一天的碎碎念。希望大家不要嫌弃。...
起因 这件事情还要从我校为毕业生收拾行李开始讲起。今年六月末北京疫情复发,这一波直接让我们北京高校毕业生无法返校,个人行李物品必须由学校老师代为整理快递回家。这件事情让同级的同学们非常不满,于是微博知...
Come waste your time with me....
After trying many apps, my favorite macOS color picker remains the built in utility. It's only shown...
I had an idea for caching SVG paths. Not the usual kind of async request caching of remote SVGs, but...
If you want to add custom CSS to a website without using a browser extension, you can proxy the site...
SWR is a React hook for data fetching that features a cache for requests. This is generally used to ...
There is no previous sibling selector in CSS. Instead, we can achieve the same behavior by using fle...
It's difficult to transition between themes smoothly. Adding a CSS transition to every element negat...
Nine days after first writing this post, the Next.js team landed support for paths in tsconfig.json ...