Understanding useEffect and dependencies array in React
I made a simple react app in CodeSandbox to demonstrate the different usage of useEffect below. Note that the app is using Chakra UI for styling but it's not relevant in this article. https://codesandbox.io/s/useeffect-demo-lgi9b8 The app can do 3 ...
May 24, 20234 min read192