Rishi BakshiforRishi Bakshi Blogrishibakshi.hashnode.dev·Sep 22, 2024Avoiding Common Mistakes with Browser APIs in Next.jsOne common mistake that beginners make when working with Next.js is incorrectly using browser APIs like window.localStorage in client components. Understanding how Next.js handles server-side rendering (SSR) and client-side rendering (CSR) is crucial...Discuss·11 likesYou Don't Know Next.jsBeginner Developers
Rishi BakshiforRishi Bakshi Blogrishibakshi.hashnode.dev·Sep 21, 2024Understanding and Fixing Hydration Errors in Next.jsHydration errors are a common pitfall for developers new to Next.js, especially when dealing with client components that rely on browser APIs like localStorage. In this article, we’ll explore what hydration errors are, how they occur, and how to fix ...Discuss·10 likesYou Don't Know Next.jsincorrect-html-structure
Emmanuel Oluwasegun Owolabimangadev.hashnode.dev·Mar 21, 2024Exploring Lesser-Known Browser APIs: Enhancing Web ExperiencesHey Web folks, there exists a multitude of Application Programming Interfaces (APIs) provided by modern web browsers in Web Development, offering developers an array of tools to craft rich, interactive, and innovative web experiences. While some APIs...DiscussWeb Development
Abhishek Roshanabhishekroshan.hashnode.dev·Jan 12, 2024Asynchronous Programming In JavaScript & Browser APIsIntroduction In JavaScript understanding the asynchronous behavior of JavaScript is important for javascript developers. Asynchronous programming allows developers to execute tasks concurrently and prevent the javascript "blocking" behavior. At its c...Discussasynchronous JavaScript
Priya Jainpriya-jain.hashnode.dev·Dec 31, 2023Exploring the BroadcastChannel APIAn example would be a case like Facebook or Instagram where a user likes a post on a detail page and then the change is reflected when the user returns to the timeline screen. As a result, when you clicked on a post on the main screen to open a new ...DiscussJavaScript
Prabadhya Upadhyayprabadhya-blogs.hashnode.dev·Aug 20, 2023Efficient Data Management in Web Browsers:- Exploring Session Storage and Local StorageEver imagined storing and retrieving data as a developer without using a database or making API calls? Yes, it is possible at least to some extent in modern-day web browsers. It is possible through the browser's Web APIs. The browser provides some of...Discuss·1 like·50 readslocalstorage
Kocyigitkocyigit.hashnode.dev·Nov 13, 2022Browser APIs And Their BenefitsBrowser APIs are used to get information about an application and discover some features via just a browser. Getting answers to many questions about an app is really easy with browser APIs. All you need is just a browser like Chrome, Safari, IE, and ...DiscussBrowser API