tani1220 / panel-discussion

panel-discussion-vert.vercel.app
0 stars 0 forks source link

⚡️ パフォーマンス最適化 ♻️ リファクタリング #55

Closed tani1220 closed 3 years ago

tani1220 commented 3 years ago

src/components/share/Container/Container.tsx

⚡️ Chatコンポーネントを使用しないページで不要にレンダリングしないようにしました。

src/components/share/Container/Header

⚡️ Headerのパフォーマンス最適化を行いました。Headerの子関数にReact.memoを使用しました。

src/components/share/Container/Header

♻️ Headerファイルの子関数をコンポーネント化しました。また、types.tsファイルの型を見やすくしました。

vercel[bot] commented 3 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/tani1220/panel-discussion/A63Jo9CjUG9jTiTPpL7afArJkUGY
✅ Preview: https://panel-discussion-git-feature-tani-tani1220.vercel.app

tani1220 commented 3 years ago

LGTM