Checklist Front
This checklist serves as a guide for maintaining quality, enhancing performance, and upholding reliability before Pre-prod/Prod Phase.
Item | Explanation |
---|---|
Fix Build Warnings | Address project build warnings to ensure functionality, performance, and compatibility. |
Fix Console Errors | Resolve code-related console errors or warnings to provide a smooth user experience. |
Fix Hydration Errors | Maintain consistent HTML structure to prevent Next.js hydration errors and ensure functionality. |
Using Our Custom HTML Elements | Consider our custom elements ( Button, Text, Heading ... ) over native ones ( button, span, h3 ...) for tailored and efficient solutions. |
Cleaning Code | Eliminate console logs, unused code, commented code, unused Elements and Widgets ... |
Checking Bundle Size | Regularly assess bundle size to optimize load times and improve responsiveness. Check this: Bundle Analyzer |
Testing in Different Devices | Thoroughly test on various devices to ensure cross-compatibility and responsive design for all users: Chrome, Firefox, Edge, Mac, Windows, Android, IOS, Different viewports... |