Yes! Next.js is used by many of the top websites in the world. See the Showcase for more info.
使えます!何百ものディレクトリ例があります。
使えます! Apollo を使ったサンプル を見てください。
使えます! こちらのサンプル を見てください。 thunk を用いたサンプル もあります。
Yes! Here's our Next.js PWA Example.
Yes! When you deploy your Next.js application to Vercel, your static assets are automatically detected and served by the Edge Network. If you self-host Next.js, you can learn how to manually configure the asset prefix here.
In most cases, no manual webpack configuration is necessary since Next.js automatically configures webpack. For advanced cases where more control is needed, refer to the custom webpack config documentation.
私たちが設定した達成目標の多くは、 Guillermo Rauch の 7 principles of Rich Web Applications に記されているものです。
PHP の使いやすさから大きな影響を受けています。 HTML を出力するために PHP を使わなければならない多くの場合において、 Next.js は最適な代替手段になると思っています。
PHP とは違って ES6 モジュールシステムの恩恵を受けることができ、ページ毎にコンポーネントや関数がエクスポートされており、遅延評価やテストのためにそれらを簡単にインポートできます。
手間がかからない React のサーバーサイドレンダリングの選択肢を調査していた時、 Next.js と似た手法を取っている react-page (現在は非推奨)に出会いました。これは React の製作者である Jordan Walke によるものです。