Kashif Wahaj's Blog

React JS Code Quality Checklist before PR

By Kashif Wahaj on Mar 11, 2024
Image post 6

Checklist for Better Code Quality

Check below before PR

  • No Unused File should be in PR
  • Always use @, alias imports
  • Check and Solve all linting problems
  • All New Components must be in components folder
  • Lines of code in a file should be less than 100
  • Delete all, comments and logs.
  • Always delete extra line spaces
  • use vscode extensions: ESLINT, PRETTIER, Find Unused Exports for help.
  • [ ]
  • [ ]
  • [ ]
Recent Posts
Image post 6

Client Server Architecture

Mar 11, 2024
Checklist for better code quality of React / Javascript Code.
Image post 6

React JS Code Quality Checklist before PR

Mar 11, 2024
Checklist for better code quality of React / Javascript Code.
Image post 6

Laravel Inertia Admin Panel using Shadcn UI and Tailwind CSS

Feb 18, 2024
Easy Steps to setup a laravel admin panel using latest inertia, Shadcn UI and Tailwind CSS.