useEffect vs useLayoutEffect
Hooks
In React, hooks are functions that allow functional components to "hook into" React state and lifecycle features. They enable you to use state and other React features without writing a class. Hooks were introduced in React 16.8 to address comp...
bitstoqubits.hashnode.dev6 min read