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?

モダンJavaScriptの基礎から始める挫折しないためのReact入門の環境設定(StackBlitz版)

Last updated at Posted at 2024-10-20

状況

  • じゃけぇさんがUdemy講師の「モダンJavaScriptの基礎から始める挫折しないためのReact入門」のセクション6:Reactの基本を学ぶでStackBlitzを使用している際の環境設定で少し詰まったので簡単な備忘録を残します
  • (Udemyの動画上ではCodeSandboxを使用しています)

注意する点

  • StackBlitzでフレームワークを選ぶ際はReactが2つあるので、React(JavaScript)の方を選ぶ
    スクリーンショット 2024-10-20 23.14.16.png

  • こんにちは!の文字を表示させるにはmain.jsx内で記述する
  • App.jsxやApp.jsx等のファイルは削除しても良い
    スクリーンショット 2024-10-20 23.24.24.png

  • main.jsxのファイル名を変えたい場合、index.htmlのsrc=の部分を変えたいファイル名に変更する
  • 拡張子は.jsxを使わないとエラーになる
    スクリーンショット 2024-10-20 23.28.17.png

以上、簡単ですがStackBlitz上での環境設定の備忘録でした。

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?