📄️ Create Initial State
Defines the initial state and the corresponding types
📄️ Create Reducer Slice
Here we define pure functions for the component that updates the state of the component.
📄️ Create Action Slice
This file defines the side effects (async calls) for the components such as making analytics call or updating local storage.