フルスタックリアクトトイプロジェクト - REST, GraphQL (for FE開発者)
ReactベースのシンプルなSNSサービスを作成しながら、REST APIとGraphQLを練習します。 フロントエンド開発のためのバックエンド環境を簡単かつ簡単にする方法を紹介します。

Next.js 12アップデート関連ガイド
Next.jsメインバージョンが11月に12に更新されました(メインバージョンをこんなに頻繁に変えるなんてㅠ)
確認してみると11バージョンで変わった点はほとんどなく、新しく機能が追加されたり性能が良くなったくらいですね。
アップグレード時の注意点は、
node.jsのバージョンを12.22.0以上にする必要があり、 webpackは5バージョンを使用する必要があります。
既に受講完了された方も一度ごろテストして next のみ削除/再インストールしてみるのもいいですね :)
-------------------------------
以下はリリースのお知らせの内容の中から11バージョンと「変わった部分」のみ抜粋したものです。
After making webpack 5 the default in Next.js 11 , we've now officially removed webpack 4. We've worked closely with the community to ensure a smooth transition to webpack 5.
target in next.config.js is no longer needed.
next/image now uses a span as the wrapping element instead of a div.
The minimum Node.js version has been bumped from 12.0.0 to 12.22.0, which is the first version of Node.js with native ES modules support.




