LoginSignup
0
0

More than 1 year has passed since last update.

React チュートリアル パート11 (npm install react-toastify )

Posted at

image.png

目標:military_medal:

アプリケーションでこのようなポップを見たことないですか:interrobang:
今日は、これを実装します!

2022-01-19_23h26_48.gif

公式ドキュメント:arrow_down:

”npm install react-toastify”をインストール

まず、Vscodeのターミナルを開いて”npm install react-toastify”をインストールしてください。

アプリケーションとサーバーを起動する

npm startnpm run serverをターミナルに入力

App.jsに記述

code.png

【4と5行目】ToastContainerとtoast,このパッケージ用のcssをimportします。

【45~48行目】ここで実装しています。

【56行目】ToastContainerを記述します。

ブラウザで確認:fire::fire:

2022-01-19_23h39_04.gif

次回:bell:

npm の便利なパッケージを紹介します!

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