User Registration and authentication using React, Axios, Redux toolkit, React hook form and chakra ui
First, let's start with introducing redux and redux toolkit
Redux is a predictable state container for JavaScript apps. As the application grows, it becomes difficult to keep it organized and maintain data flow. Redux solves this problem by managing ...