回答編集履歴
1
markdownの修正
answer
CHANGED
@@ -5,8 +5,6 @@
|
|
5
5
|
https://www.digitalocean.com/community/tutorials/react-server-side-rendering
|
6
6
|
確認したところ、以下の文章が書いてありました。これは日本語の翻訳版には書いていないものです。
|
7
7
|
|
8
|
-
|
9
|
-
Warning: The code provided in this tutorial is for educational purposes and is not intended for production use. Alternatively, Next.js offers a modern approach to creating static and server-rendered applications built with React.
|
10
|
-
```
|
8
|
+
> Warning: The code provided in this tutorial is for educational purposes and is not intended for production use. Alternatively, Next.js offers a modern approach to creating static and server-rendered applications built with React.
|
11
9
|
|
12
10
|
これにしたがい、Next.jsを使うように修正します。
|