Writing React? Please Note these things

Femi Akinyemi - Sep 21 '22 - - Dev Community

Make use of functional components

Components should not be treated as templates.

Typescript is recommended

Be less concerned about re-rendering in React

Make use of dependency arrays

Make use of useCallback and useMemo

Make use of custom hooks

A query library can be used.

. . . . . . . . . . . . . . . . . . . . . . .
Terabox Video Player