Let's Build our Store using REDUX TOOLKIT
Why Redux Toolkit & not Redux?
We'll just have to install 2 packages @reduxjs/toolkit (Core) & react-redux (Bridge between React & Redux TKT).
Write / Update Slice of Store
Whenever you click an Add To Cart Button => It DISPATCHES an Action => whi...