Best Practices in ReactJS with Typescript
Feb 25, 2022 · 2 min read · (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...
Join discussion