LoginSignup
1
0

More than 1 year has passed since last update.

JavaScript行きついた結論(3)

Last updated at Posted at 2023-01-22

前回の続き。。。
以下のソースをJavaScriptのフレームワークを変えて、VERCEL上にデプロイしてみた。

React / Next / Parcel

(REACT) https://create-react-app-yamap-y6hp.vercel.app/
(NEXT) https://nextjs-yamap.vercel.app/
(percel) Staticデータの保存先がよく分からずに、結局、PARCELは動かなかった。

結果

若干だがREACTよりも、NEXTの方が読み込みが速かった。

結論

やはりNEXT.JSで開発を進めることにした。

1
0
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
1
0