Milestone 32: Using Dispatch and useSelector for Storing Mail in Global State => Dispatch Method for Storing Mail in Global State
Implemented Dispatch method on the Login page to store the user email in the global state. Ensured that the email is properly stored using Redux to manage the state across pages. => Accessing Mail in Other Pages
Utilized useSelector to access the stored email in the global state on all other pages. Ensured seamless usage of the email across various components without prop drilling.