DEV Community

Discussion on: React: useEffect explained with lifecycle methods

Collapse
 
2ezpz2plzme profile image
Steven Liao

I believe useLayoutEffect would be more accurate here.

Collapse
 
adrianbdesigns profile image
Adrian Bece

It depends on the use-case. UseEffect is generally more preferable.