Checklist Front

This checklist serves as a guide for maintaining quality, enhancing performance, and upholding reliability before Pre-prod/Prod Phase.


ItemExplanation
Fix Build WarningsAddress project build warnings to ensure functionality, performance, and compatibility.
Fix Console ErrorsResolve code-related console errors or warnings to provide a smooth user experience.
Fix Hydration ErrorsMaintain consistent HTML structure to prevent Next.js hydration errors and ensure functionality.
Using Our Custom HTML ElementsConsider our custom elements ( Button, Text, Heading ... ) over native ones ( button, span, h3 ...) for tailored and efficient solutions.
Cleaning CodeEliminate console logs, unused code, commented code, unused Elements and Widgets ...
Checking Bundle SizeRegularly assess bundle size to optimize load times and improve responsiveness. Check this: Bundle Analyzer
Testing in Different DevicesThoroughly test on various devices to ensure cross-compatibility and responsive design for all users: Chrome, Firefox, Edge, Mac, Windows, Android, IOS, Different viewports...