Let's Build our Store using REDUX TOOLKIT
Apr 22, 2024 · 4 min read · 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...
Join discussion