2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Next.jsとはなにもの

Posted at

Next.jsとは

React開発のためのフレームワーク。
Reactは機能が多く複雑なものが多いため、それを使いやすく誰でも高機能なプリケーションを書けるようにしたようなもの。
高度なWebアプリケーションを作成するための様々な機能を提供している。

Reactとの違い

  • React
    • UIを構築するための機能を提供するライブラリ
  • Next.js
    • React開発のための機能を提供するフレームワーク

Next.jsのメリット

  • 設定入らずで高度な機能を使用可能
  • 手動で複雑な設定をする必要がない
2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?