DEV Community

Femi Akinyemi
Femi Akinyemi

Posted on

Writing React? Please Note these things

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.

Top comments (0)