Javascript – Why I can not stop aditional renders with useMemo()?
I have a function based component. I fetch data on redux toolkit with useAppSelector(). I wrote a console.log within component to check what happens. When page refreshes again still console.log appears again and again. My code is like this: const…