Reactjs – NextJS, React infinite rerendering with useEffect and hook dependency
I was surprised that the following code leads to infinite rerenders using NextJS 13.4. As far as I can tell, I am just using a simple React Hook and the standard state + useEffect to get the data and update…