Blog
My Blog
useActionState React Hook
The React team is updating a hook called useFormState because it caused confusion and wasn't just for forms. They're making these changes: Renaming it to useActionState. Adding a pending state to the returned values. Moving the hook from react-dom to the react...
Send Bearer Token with Axios
In today's digital world, securing your data and ensuring safe communication between your application and server is crucial. One common method of achieving this is by using tokens. Tokens act as a form of authentication, allowing only authorized users to access...
How to create Bootable USB and install Ubuntu
Deciding which version of Linux to put on your computer can be hard because there are a lot of options, and each one has its own unique features. One choice that many people like is Ubuntu. Some say it's one of the top Linux options out there. It's easy to use, you...
How to Fix “Cannot read property getState of undefined” Error in React Redux
If you're working with React and Redux, chances are you've encountered your fair share of errors. One common error that can be frustrating to deal with is the "Cannot read property getState of undefined" error. But fear not! In this guide, we'll walk through what...
How to Fix “You should not use Link outside a Router”: A Simple Guide
If you've ever encountered the error message "You should not use Link outside a Router," don't worry, you're not alone. This error commonly pops up when working with React Router, a popular library for routing in React applications. But fear not, fixing this issue is...
Boost Your Frontend Development Skills: Exploring 4 Must-Have CSS Tools
In the dynamic world of web development, staying ahead of the curve often means leveraging the latest tools and techniques to create visually stunning and user-friendly interfaces. As frontend developers, we're constantly on the lookout for solutions that streamline...