Skip to content
公開日

2025-11-09

Next.js

ここ一週間でNext.jsに関する話題の中心は、Next.js 16のリリースとその新機能です。Partial Prerenderingの安定化、Turbo更新によるコンパイラの高速化、Rustベースのツールによるローカル開発の高速化が注目されています。また、VercelのAI統合やGraphQLとの連携も議論されています。

  • @CodeNConquer: Next.js 16 introduces: • Partial prerendering (finally stable) • Turbo updates in the compiler • Faster local dev via Rust-based tooling • Simplified RSC architecture
  • @jayantftx: If you're a developer, you know Next.js 16 is officially out, and it's a massive deal. This update fundamentally changes how fast your app is and how you build it.
  • @muneeb_builds: Upgrade completed to nextjs 16! In both blog and the website the FCP remains the same, while Total Blocking Time reduced significantly.

Tailwind CSS

Tailwind CSSの話題では、Tailwind v4へのアップグレードに伴うbreaking changes(例: @applyの廃止)が議論され、CSSとの比較やAIとの相性も取り上げられています。Tailwindがデフォルトで採用されるNext.jsプロジェクトの増加や、速度と標準化の利点が評価されています。

  • @tonychang430: If you are coding with AI IDE, you must have seen this before. Cause: Tailwind css made a breaking change Jan 2025, https://tailwindcss.com/blog/tailwindcss-v4 and as of now, model's knowledge didn't catch up with the changes.
  • @melvynxdev: The Tailwind vs CSS debate reveals something fascinating. It’s not a technical debate. It’s a debate about values. Let me explain 👇
  • @aghorism: I was upgrading a project from Tailwind CSS 3 to 4 and realized that @ apply is gone; you must use CSS tokens now, and can't use Tailwind CSS classes in CSS files anymore. I hate it.

shadcn/ui

shadcn/uiの最近の話題は、新コンポーネントの追加(例: データグリッド、フィットネス関連)とプラグインの更新です。Figma to shadcn/uiのプラグイン改善や、Tanstackとの統合が人気で、UI開発の効率化が強調されています。

  • @alibey_10: Dice UI dropped new shadcn component A high-performance editable data grid component with virtualization, keyboard navigation, and cell editing capabilities. Built with Tanstack table
  • @shadcn: Tanstack Start + shadcn/ui is now just one command.
  • @TobyBelhome: Fitness components have been added to the shadcn/ui kit dashboard. E-commerce and analytics components are coming soon. Meanwhile, the profile page V2 has also been released.

React Aria Components

React Aria Componentsについては、新しいドキュメントの追加とインタラクション状態(hover, pressなど)の概要が話題です。アクセシビリティの強化や、React Nativeへのポートが議論され、UIコンポーネントの低レベルフックの利点が注目されています。

  • @devongovett: Wrote a quick overview of React Aria's interaction states for our new docs.
  • @Hero_ui: It will be on top of React Aria Components https://react-spectrum.adobe.com/react-aria/DateField.html https://react-spectrum.adobe.com/react-aria/TimeField.html with just some compound API adjustments
  • @jrgarciadev: Not moving away from React Aria, it is our preferred headless UI library for the React implementation, instead we will use another one for a11y on Vue and the rest.

Prisma

Prismaの最近のリリース(6.19.0)が話題で、ポーリング接続の改善、VS Code拡張の強化、Bunとの互換性が挙げられています。クエリパフォーマンスの向上や、Next.js/tRPCとのスターターキットも共有されています。

  • @prisma: Pooled vs Un-pooled connections, simplified connection process, and @Code extension improvements Prisma 6.19.0 is here and making Prisma Postgres even easier to adopt in your projects.
  • @prisma: Try our new starter: Next.js + tRPC + full Prisma stack ✅ Prisma ORM + Prisma Postgres ✅ tRPC ✅ @tan_stack Query End-to-end type safety. Clone, run, build.
  • @prisma: ICYMI Prisma 6.18.0 quietly shipped with some big improvements: 📊 New Postgres metrics in your dashboard ⚙️ prisma init adds Prisma config by default 🛠️ prisma config is getting closer to v7-ready

Biome

Biomeのv2.3リリースが注目され、Vue、Svelte、Astroのサポート追加が話題です。高速なフォーマッタ/リンターとして、既存ツールからの移行が議論されています。

  • @Mokkapps: 📕 Biome v2.3 👉🏻 The fast formatter/linter introduces Vue, Svelte and Astro support. https://biomejs.dev/blog/biome-v2-3/
  • @educalvolpz: No, I've migrated from having the documentation done by hand and using linters and prettier to having the documentation with fumadocs, and I've switched to using biome with ultracite to replace prettier and eslint