Redux Store Utilizing PreLoaded State ___ Persisted data (such as on a database) that your application can interact with across page reloads.
preloaded state is not default state. Default state is the default value found in a reducer
localStorageloadState()saveState()store to save the state if it detects any changes.preloadedState into your store when it is initialized