0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

React チュートリアル パート2 (Hello World)

Last updated at Posted at 2022-01-15

image.png

目標:military_medal:

それでは、アプリケーションい**”Hello World”**を表示させましょう!

App.jsに記述

srcフォルダにある、App.jsファイルを開きます。
image.png

headerタグを削除します。

②1行目の**import logo from './logo.svg';**も削除

h1タグを追加して、Hello Worldと記述。

image.png

Hello World が表示されます:bangbang:

image.png

jsファイルなのですが、HTMLと同じようなに記述することができるんですね!
これも、ReactJSの特徴の一つです。

次回:bell:

:white_check_mark: 早速、ReactJSの新機能フックを使って簡単な、アプリケーションを作ってみます!

次回までに、下記の拡張機能のイントールをお願いします!

image.png

参考

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?