Om Prakash Pandeyomdev.hashnode.dev·Nov 23, 2024My Journey to Building Reusable Components in ReactI still remember my first React.js project, which I worked on with two classmates during a college hackathon five or six years ago. One of the most frustrating parts of that experience was the repetitive process of creating UI components. I had to co...Discuss·49 readsReact Native
Okoye Ndidiamakaamikdigital.hashnode.dev·Nov 14, 2024Building Reusable and Scalable Components in Web Development: Good Practices to Write Clean and Efficient CodeIn today's agile web development world, reusable component development across multiple projects saves a lot of time and, therefore, is a must-have for any developer. Component-based architecture can transform your workflow and make the code base more...DiscussReusable Components
Aristilmastering-lexical-scope-in-javascrip.hashnode.dev·Oct 14, 2024From Props to Powerhouses: Using Context and Composition in ReactEver found yourself wondering how to manage data in a React app without passing it through multiple layers of components? Or maybe you're thinking about creating flexible and reusable components that can be easily combined? That's where two key React...Discuss·28 readsReusable Components
Jack Pritom Sorenjps27cse.hashnode.dev·Oct 11, 2024Understanding Reusable Components and the DRY PrincipleReusable components and the DRY principle (Don't Repeat Yourself) are essential to developing effective, maintainable software, especially in development. This post will examine these ideas, discuss their significance, and offer useful React code exa...DiscussReact
Aravind Kishore Peerlaaravindkishore.hashnode.dev·Oct 6, 2024Understanding Object Destructuring and the children Prop in ReactWhat is Object Destructuring? Object destructuring is a simple way to extract values from objects and assign them to variables. It helps you access properties of an object without having to repeat the object name multiple times. Simple Example of Obj...DiscussLearn React the Simple Way: A Step-by-Step Guide to Mastering ReactObjectDestructuring
Nile Bitsnilebits.hashnode.dev·Sep 10, 2024FeaturedScaling React Apps with Reusable List ComponentsBuilding scalable applications in React requires more than just solid business logic. The architecture of your components plays a significant role in how maintainable, performant, and flexible your application becomes as it grows. One of the fundamen...Michael Baisden and 2 others are discussing this3 people are discussing thisDiscuss·43 likes·229 readsJavaScript
Ameen Aladeblog.ameenalade.dev·Aug 3, 2024Web Components: The Secret Weapon You're Not Using (Yet)Hey there, fellow code wrangler 👋🏽. Remember the last time you had to rebuild that same dropdown menu for the umpteenth time? Or when your carefully crafted CSS got steamrolled by some rogue styles from who-knows-where? If you're nodding along, it'...Discuss·12 likes·51 readsCross-Framework Compability
Jagadish K.blog.jagadishk.dev·Jun 7, 2024Higher Order Components in ReactIntroduction React and its component-based architecture React, a popular JavaScript library for building user interfaces, has revolutionized the way developers create web applications. One of the key features that makes React so powerful and efficien...Discuss·11 likesReact
Bahnisikha Dharbahnisikha.hashnode.dev·May 26, 2024How to make Reusable components in Vanilla Javascript using ModulesHave you ever faced the issue of repeatedly writing code for the same header/footer for different components of your vanilla Javascript project? Have you ever felt it would have been beneficial if you could write code once and reuse it wherever neces...Discuss·3 likes·106 readsreusable vanilla javascript component
Mazen Abo Elaninmazenaboelanin.hashnode.dev·Apr 27, 2024Essential Guide to Angular Library 📦Hello Techies 🤓 Have you ever created a package and published it on NPM? Have you ever used your package in a separate project? Have you ever tried using Angular library? In this article, we’re going to walk through the steps of creating a gene...Discuss·39 readsAngular