react-chatbotify/gallery-website
[Issue] Multiple Icon Libraries Installed – Consider Consolidation
Aperta
#104 aperta il 15 mar 2025
enhancementgood first issue
Metriche repository
- Star
- (10 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
Currently, the project includes multiple icon libraries:
- @mui/icons-material
- react-icons
- lucide-react
Potential Issues:
- Increased Bundle Size: Including multiple icon libraries adds unnecessary weight to the project.
- Inconsistent UI Design: Using different icon sets may lead to an inconsistent look and feel.
- Code Maintainability: Having multiple libraries makes it harder to standardize icon usage across the project.
Suggested Solutions:
- Standardize on a Single Icon Library that meets all design and functionality needs.
- Remove Unused Icon Libraries to optimize performance and reduce dependencies.