Book
実践Next.js
吉井健文
Summary
Next.js App Router を中心に、Server Components・Server Actions・データフェッチ・ 認証・デプロイまでを段階的なアプリ開発で習得する実践書。React Server Components 時代のフロントエンド開発を、コードベースで一貫して理解できる日本語の決定版。
Target Readers
- React 習得済みで Next.js を本格導入したいエンジニア
- App Router / Server Components の実装パターンを学びたい中級者
Tags
Colophon
- Publisher
- 技術評論社
- ISBN
- 978-4-297-14061-8
- Published
- Apr 2024
- List price
- ¥3,740incl. taxMay differ from the actual selling price on Amazon
Get this book
* The link above is an advertisement via Amazon Associates.Related Books
Prerequisites
- Recommended
Learning React, 2nd Edition
Alex Banks, Eve Porcello
Reason: Once comfortable developing with React alone, you advance to Next.js, a framework that integrates routing, data fetching, and rendering strategy. 実践Next.js (Practical Next.js), built around the App Router and Server Components, provides realistic design for assembling actual products.
Sources
- Related
Effective TypeScript, 2nd Edition
Dan Vanderkam
Reason: With a deeper repertoire of type design, you apply those types to Next.js full-stack development, where they pay off across every layer. 実践Next.js (Practical Next.js) shows implementations that carry types through the server/client boundary and data fetching, extending type safety across the whole app.
Sources
Next Books
- Related
Webを支える技術
山本陽平
Reason: Once you can run apps with Next.js, you descend to the Web's foundational technologies the framework hides—HTTP, caching, URIs—to reinforce your understanding. The Japanese classic 'Webを支える技術' (on the technologies underpinning the web) systematizes that foundation, letting you explain the framework's behavior from first principles.