mohamedsamara / mern-ecommerce

:balloon: Fullstack MERN Ecommerce Application
https://mern-store-gold.vercel.app
MIT License
1.63k stars 769 forks source link

[Refactoring] Add/Edit forms seems to be duplicate. Could reuse fields with editable capability controlled by flag if required. #155

Closed vissharm closed 1 year ago

vissharm commented 2 years ago

Add/Edit forms seems to be duplicate. Could reuse fields with editable capability controlled by flag if required.

mohamedsamara commented 1 year ago

Thank you for the suggestion. We are reusing the Form small components (Inputs and Dropdowns, and Buttons) and kept Forms for Add an Edit separate to maintain a clean way to further develop the forms in the future. I'm closing this as it's not a high priority at the moment.