SharathchandarKsharathchandark.hashnode.dev·Nov 22, 2023How To Create Sticky Note App in HTML CSS & JavaScript | Mini Text EditorOverview: Welcome to our JavaScript Sticky Note App with Mini Text Editor Coding Tutorials.In this article, we'll walk you through a step-by-step guide to building a fully functional and dynamic digital sticky note application with a mini text editor...DiscussJavaScript
Ochuko Ekrresaekrresa.hashnode.dev·Oct 28, 2023Mastering LocalStorage Management with React HooksWhile building frontend applications in React, LocalStorage is often used to store data or manage application state. LocalStorage is not reactive in nature, so we usually use the useState and useEffect hooks to manage data and keep it in sync with wh...DiscussReact
Mithun mithun-codes.hashnode.dev·Oct 26, 2023Local Storage and Cookies: All You Need to KnowLocal storage and cookies are two of the ways you can store data on the browser, but are they both different? If there is no difference, why there are two options? If they are different, what differentiates them? In this blog, let's have a look at bo...DiscussWeb Development
Pratham ShahforDevHubdevhubcommunity.hashnode.dev·Oct 22, 2023Exploring localStorage : Web APIWhat is localStorage? JavaScript is a versatile programming language that allows developers to create dynamic and interactive web applications. One of the key features it offers is the ability to store data locally on a user's device. This local stor...Discuss·12 likes·110 readsJavaScript
Deepak SinghforDeepak Singhdeepaksingh1301.hashnode.dev·Oct 8, 2023React - Local Storage 1"I recently stumbled upon an intriguing website known as Reacterry, thanks to a deep Reddit discussion focused on React-related questions. Reacterry offers a well-structured learning path, starting from the basics and gradually advancing to more chal...DiscussReact
Blossomblossom.hashnode.dev·Oct 4, 2023Data Storage on the client side: local storage and session storageFirst, questions - why do local storage and session storage exist? What problem do they aim to solve? Imagine you're browsing an online shopping website like Amazon for example, and you have put some items in your shopping cart. As you surf around, y...Discuss·1 likefrontend conceptsClient-Side Security
Pranav Masekarsungod.hashnode.dev·Sep 17, 2023Mastering Advanced Flutter BLoC TechniquesIntroduction - Welcome back, fellow Flutter enthusiasts! If you've been following my journey in the world of Flutter, you may recall our earlier exploration of the basics in my previous BLoC series. If you're just joining us make sure to read our Flu...Discuss·549 readsFlutterFlutter
Uloka Ngozigifftybabe.hashnode.dev·Sep 14, 2023Understanding Local Storage: Your Guide to Storing Data in Your BrowserIntroduction As a beginner who doesn't know how to access databases but wants to save information from applications or websites, local storage is your go-to solution. It's like having a little pocket in your web browser where you can stash important ...Discusslocalstorage
Ritu Thakurrituthakur.hashnode.dev·Sep 12, 2023Understanding Local StorageLocal storage is a fundamental part of web development that enables web applications to store data in a user's web browser. What is Local Storage? Local storage is a client-side storage solution that allows web applications to store data persistently...Discuss·12 likes·30 readslocalstorage
Sven Willhauksvensblog.hashnode.dev·Sep 10, 2023Day 15 of learning JavaScript: Local storage & array in local storageWhen we try to use the Chrome extension, there is a problem with storing data. The moment we click anywhere else, for example, to copy a link, the Chrome extension closes. If we open the Chrome extension again, all data we stored recently gets cleare...Discusslocalstorage