Ndeye Fatou Diopfrontendjoy.hashnode.dev·Mar 18, 2024React: 5 Small (Yet Easily Fixable) Mistakes Junior Frontend Developers Make With React RefsI have reviewed more than 1,000 front-end pull requests. Like many junior developers, I made some common mistakes when I started, especially while using refs. If you're in the same boat, here are 6 small mistakes you can quickly fix to use refs prope...React
WrapPixelwrappixel.hashnode.dev·Dec 5, 2023A Quick Guide to React RefsHow many times has it happened when you are working on a React application and you want the parent component to interact with their children? It’s quite a common thing to handle the parent-child relationship inside a single component. Usually, the mo...React
Stella Wanjastylades.hashnode.dev·Oct 28, 2023A guide to React RefsIn this article, we'll look into React Refs and understand how they work. We'll also learn how to use and how not to use refs in React projects, and when to use state over refs. What are Refs? React Refs (short for reference) provides a way to have a...React
Smart Shocksmartshock.hashnode.dev·Apr 6, 2023How to Use Refs in React: A Simple Guide with Code ExamplesRefs and the DOM are important concepts in React that allow us to access and manipulate elements in the DOM directly. In this article, we'll explore how to use refs in React, and how they can be used to manipulate the DOM. What are Refs? Refs are a w...1 like·43 reads25 React Exercises for Practical LearningWeb Development
Ekramul Haque Jiadhellojiad.hashnode.dev·Feb 2, 2023Refs in Vue.js: Understanding and Using the Power of References in Your ComponentsVue.js is a popular JavaScript framework for building user interfaces. One of its many powerful features is the ability to reference elements in the DOM and access their properties. This is made possible through the use of refs. I am currently using ...1 like·95 readsVue.js