Writing React? Please Note these things
Femi Akinyemi

Femi Akinyemi @femi_akinyemi

About: Frontend Developer || Technical Writer

Location:
Lagos, Nigeria
Joined:
Apr 9, 2020

Writing React? Please Note these things

Publish Date: Sep 21 '22
1 0

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.

Comments 0 total

    Add comment