Study React
React の素振りで作ったものをまとめていくページです。
https://gyazo.com/e2958a80aa83a91df71657f53d91b7ac
・ライブラリを使わないモーダルの実装
Repo:
https://github.com/shimotsu4431/react-modal
Demo:
https://react-modal-wheat.vercel.app/
・ライブラリを使わないドロワーメニューの実装
Repo:
https://github.com/shimotsu4431/react-drawer
Demo:
https://react-drawer.vercel.app/
・カスタムフックの学習
Repo:
https://github.com/shimotsu4431/m1
Demo:
https://study-custom-hook.vercel.app/
・useSWR の学習
Repo:
https://github.com/shimotsu4431/study-useSWR
Demo:
https://study-use-swr.vercel.app/
・Next でメタ情報を SSR するサンプル
Repo:
https://github.com/shimotsu4431/study-next-ogp
Demo:
https://study-next-ogp.vercel.app/
#2021
#projects
#React