Tag: reactjs
-
Redux Toolkit
Redux Toolkit is the wrapper around redux for using in React. Toolkit makes it easier to use redux in React. The steps to use the redux tool kit is as follows. step1 install react-redux and redux toolkit Step2 – create a folder as store and then you can add pages as slice. example add a…