Generally, when we make API calls to fetch data in a regular react application, we store all the fetched data in a global state that is made available to us by redux or useContext so that...
2.
Form Validation with React Hook Form & Yup
As important as form validation on the front end is, It also is equally intimidating to most developers out there. But It doesn't have to be, because we now have tons of validation libraries in the react ecosystem.
3.
JWT Authentication In 4 Easy Steps
JWT Authentication is the most popular way to set up user authentication in your app, In this blog, we'll learn how to integrate JWT in just 4 steps.