Jul 30, 2017 · 1 min read
Excellent article. You nailed the React Router idiom for data-fetching.
You may be interested in a Redux-specific router (Redux-First Router) which handles data-fetching at the “route level” (as opposed to the “component level” which you have). Here’s an article that describes the 2 data-fetching strategies:
