I think you’re using useEffect without an actual reason to use useEffect. I’ve worked on large react projects for 4 years and I’ve only had to use useLayoutEffect once. Sounds to me like you need to learn how to use…
I think you’re using useEffect without an actual reason to use useEffect. I’ve worked on large react projects for 4 years and I’ve only had to use useLayoutEffect once. Sounds to me like you need to learn how to use…