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
Abraham Christophercabraham.hashnode.dev·Nov 30, 2023Mastering React Component Communication: A Deep Dive into forwardRef and useImperativeHandleIntroduction In the dynamic world of React development, crafting components that communicate effectively is essential. In this article, we'll embark on a comprehensive journey into the intricacies of React component communication by diving deep into ...11 likes·120 readsReact
Shivam Jhatechtaleswithshivam.hashnode.dev·Nov 4, 2023Understanding Refs, Events, and Higher-Order Components in ReactJSToday we are gonna learn about the last topics of the rendering part in React. And after this, we are gonna start with Hooks and will move ahead in our react journey. So without any further ado let's get started. Refs in React Refs, short for referen...React