logo

Blog Posts

Welcome to my blog! Here youll find articles, tutorials, and insights on web development, programming, and technology.

image

Understanding React's useSyncExternalStore

React 18 introduced a new hook called useSyncExternalStore to help manage state that is external to React components. This hook is useful for integrating with external libraries or APIs that manage their own state

10 min readRead More
image

Mastering Custom Hooks in React

If you're diving deep into React, you've likely encountered custom hooks. These powerful tools enable developers to encapsulate complex logic and promote reusability across components

15 min readRead More
image

Enhancing State Management

create a custom React hook useLocalStorage to manage state with local storage , ensuring State Persistence and Synchronization across multiple tabs.

5 min readRead More