In the previous chapter, we built a Product dashboard and used Formik for our input forms and the Yup library to validate the user’s input. Creating and validating forms are essential and common skills for any front-end developer to have, but now, we will move on to a more complex developer skill of managing the global state of an application using Redux with Redux Toolkit.
React and Redux are an excellent combo for state management, especially ...