ahmetenesbahar / investment-bank-clone

This project is a banking application clone developed using Next.js and TypeScript.
https://investment-bank-clone.vercel.app
5 stars 0 forks source link

Reduce Props in Components #21

Closed ahmetenesbahar closed 2 months ago

ahmetenesbahar commented 2 months ago

Optimize the components by reducing the number of props passed to them. Ensure only necessary props are included to improve performance and readability.