Initial Application Data Fetch
Carry out an application data fetch with a plain Redux application.
We'll cover the following...
Introduction
In this section, we’re going to set up the core data fetch logic for tweetfind. We’ll get this done first without RTK. Then we’ll introduce RTK as we ...