Rohan Kumar Pandeyrohanpandey.hashnode.dev·Oct 1, 2024React data fetching along with best practicesEver felt like fetching data in React is trickier than making the perfect cup of coffee? One minute, everything’s smooth, and the next, you’re dealing with an endless loading spinner or a mystery error message. But don’t worry—everyone’s been there! ...Discuss·40 readsReact
Rohan Kumar Pandeyrohanpandey.hashnode.dev·Sep 28, 2024Understanding debouncing in React application.What is debouncing in layman's terms??? Debouncing means limiting the rate at which function gets executed in the application. It prevents the unwanted repetitive function call within a short timeframe. For example you’ve created an application which...Discuss·1 likeReact
Soulisozzy98.hashnode.dev·Sep 9, 2024How React helps developers to develop complex applications better, faster, and cleaner.React is considered the best framework (though it’s technically a library) in the world. It’s literally perfect for everything. Such claims are common on the internet because React was the new trend adopted by many companies. Tech influencers on YouT...DiscussReact
KodaKodamakodakodama.hashnode.dev·Sep 5, 2024Easy Guide to Hoisting in JavaScriptIntroduction JavaScript has some strange things that can confuse people, and hoisting is one of them. Hoisting means you can use variables and functions before you declare them in your code. But how does this work, and what should you watch out for? ...DiscussJavaScript
Animesh Shrivatrishrivatri.hashnode.dev·Aug 30, 2024Are feature flag limited to booleans ?No, feature flags are not limited to just boolean values. When I got to know about feature flag I thought the application was only to toggle features for the users. { "SERVICE_1":true, "SERVICE_2":false, .... } But recently while working...Discuss feature flags
Lukman Badrubadrulukman.hashnode.dev·Aug 11, 2024Understanding Key Features of DOM, Shadow DOM, Virtual DOMIn the ever-evolving world of web development, the Document Object Model (DOM), Shadow DOM, and Virtual DOM are important concepts that shape how we interact with web pages and build dynamic applications. These terms are frequently used in front-end ...Discuss·1 likeDOM manipulation
ADEDIRAN FLOURISHflourish.hashnode.dev·Aug 10, 2024Understanding CSS Box ModelIntroduction As a beginner when designing and developing websites, the CSS box model is one of the core ideas you should understand. At first the box model might seem like a very small detail but it is an important aspect of how elements are arranged...DiscussCSS
Victor Uzoagbavictoru.hashnode.dev·Aug 5, 2024Performance Optimization: Techniques to Speed-Up Front-End AppsUsers in the digital world today demand fast, responsive web application services. Performance optimization is key to delivering the experience users expect and determines user engagement, retention, and satisfaction. This article discusses some of t...Discussfront-end
Metta Surendharmettasurendhar.hashnode.dev·Jul 29, 2024Freshman in College? Here’s How I Started with Web DevelopmentStarting a journey into web development can feel overwhelming 😰, especially if you think you're starting late or don't know where to begin. I started my development journey in the second semester of my first year, and even though I felt behind, I wa...Discuss·36 readsWeb Development
Imenso Softwareimensotech.hashnode.dev·Jul 24, 2024React for Chatbots: Everything You Need to KnowIn the fast-evolving world of technology, chatbots have emerged as a powerful tool for businesses to engage with their customers, provide information, and streamline customer service processes. Reactjs, a popular JavaScript library, offers a robust p...DiscussHireReactjsDevelopers