Heard about custom hooks but not sure how to harness their power? In this blog post, we’ll delve into the wonderful world of custom hooks in React,...
Understanding Layouts in React
If you're someone who works with React, you might think you know what a layout is. But, do you really? React, a popular JavaScript library for...
useSyncExternalStore React API
You might have heard about a new tool called useSyncExternalStore() in React 18. It helps connect your React app to outside data sources. Usually,...
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...
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...
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...