### The useLayoutEffect
As a react developer, there is a huge chance you have heard about and made use of useEffect, which is a hook that lets you perform a side effect in a function component.
What if you want to read layout from the DOM and synchronously re-render?
useLay...
chekwas88.hashnode.dev2 min read