Practice Test Geeks home

Full-Stack Development Case Studies & Practical Application 5

A React component fetches user data on mount using useEffect with an empty dependency array.
The app shows stale data when navigating back to the page.

What is the root cause?

Select your answer