Tag
Nextjs
Every article tagged Nextjs across the Atmosphere.
35articles
Articles
Publications
RSC Server Functions and Libraries
How portable is "use server" anyway?reacttanstack
無料の翻訳API、みんなの自動翻訳を使ってみた
翻訳みんなの自動翻訳
Component Coloring
NextJS 15 made sync APIs async to force component coloring for SSR boundaries. Here's why.ReactNextJS
Next.js v15 — What’s new under the hood
Hello! This is another article about next.js. And finally, about the new version! Each release is a set of new, interesting, and controversial features. This version will be no exception. However, new version is interesting not so much for its new functionality, but for the change in priorities and organization in next.js. And yes, as you may have guessed from the title, a significant part of this release is valuable for reflecting on previous mistakes.nextjs
nextjsのプロジェクトでclass-variance-authorityを採用した
class-variance-authorityってなに?nextjsclass-variance-authority
nextjsで開発中にモックサーバーを立ち上げたいのでnext-swagger-docと@stoplight/prism-cliを比較してみた
開発中にモックサーバーを立ち上げたかったので方法を調べてみた。nextjsモックサーバー
Including static files in App Router RSCs
Why bundling static files into a Next.js App Router build is harder than it looks, and how webpack's require.context and custom loaders solve it.reactnextjs