My practice of fetching data for List/Detail components in React/Redux

The user experience it should have When you go to a detail page from the list page or with a direct URL, the detail page should show the up-to-date data When you go to the list page with a direct URL, the list page should show the up-to-date data When you RETURN to the list …

My practice of fetching data for List/Detail components in React/Redux Read More »