Best Practices in ReactJS with Typescript
(Not Yet Completed)
A component should have a single responsibility
Use useMemo when required
Don’t Use Indexes as a Key Prop
give default props
use typescript class objects in components
use components only for View, for any business logic use...
dev.manikumarkv.com2 min read