JBJanvi Bajoriainjanvi01.hashnode.dev·Aug 23, 2024 · 3 min readOptimize performance using useMemoHey everyone! This article will help you learn how to improve your web app's performance to make it run seamlessly. What will we cover below? purpose of useMemo Basic syntax and examples of useMemo How useMemo helps in optimizing performance Misu...00
JBJanvi Bajoriainjanvi01.hashnode.dev·Mar 6, 2024 · 3 min readvar vs let vs const in depth in JavaScriptLet's explore how to declare variables in JavaScript and understand the key differences between them. There are three ways to declare a variable in JavaScript. var - The Old-School Way let - The Block-Scoped Champion const - For Values That Won't ...00
JBJanvi Bajoriainjanvi01.hashnode.dev·Dec 20, 2023 · 4 min readHow the JavaScript code is executed?Do you know? When you run a JavaScript program there are a lot of things happening behind the scenes inside the JavaScript engine. In this article, I'll demystify the process and shed light on how the JavaScript code is executed inside Execution Cont...00
JBJanvi Bajoriainjanvi01.hashnode.dev·Oct 2, 2023 · 3 min readHTML <div></div> vs. JSX <>...</> SyntaxIf you've ever dived into the world of web design or writing HTML, or JavaScript code, you're likely familiar with the <div></div> tags. However, in recent years, a newcomer has emerged on the scene: the <> </> syntax. With its appearance, it may rai...00
JBJanvi Bajoriainjanvi01.hashnode.dev·Aug 10, 2023 · 3 min readNavigating React vs Next.jsHello everyone, as we know In today's ever-evolving landscape of web development, two technologies that have consistently held the spotlight are React and Next.js. As developers, designers, and decision-makers, it's imperative to comprehend the stren...00