LoginSignup
0
0

More than 3 years have passed since last update.

Reactメモ

Posted at

はじめに

Reactを書いているときに、簡単だけど「どうやるんだっけ?」ってなることをまとめていきます。
自分用のメモといった感じです。

画像表示

import Image from './images/image.png'
const Component = () =>{
  return <img src={Icon}  alt="アイコン" />
}
export default Component
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