Kashif Wahaj's Blog
Blogs
GitHub
Twitter
GHURL Maker
About Me
React JS Code Quality Checklist before PR
By Kashif Wahaj on Mar 11, 2024
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
View all Posts →
What is Action Class ?
Dec 26, 2024
A SRP implemenation for better code
CRUD Multi Pattern
Dec 11, 2024
Pattern to better code quality, testability, and reusability
Client Server Architecture
Mar 11, 2024
Checklist for better code quality of React / Javascript Code.