Mohammad Massoud Salemmassoudsalem.hashnode.dev·Sep 9, 2024Mastering the Art of React Component LibrariesAs a frontend developer, Today, I'm excited to share insights on building a React component library that not only meets current needs but scales gracefully with your project. We'll explore key decisions that enhance scalability, maintainability, and ...Discusscomponents in react
Umar Khursheedumarkhursheed.hashnode.dev·Sep 7, 2024Components and Props in ReactJSThe word Props is not a keyword or something. It is a term used to refer to the properties of a JSX component which makes the component unique. It is a feature in React that allows us to make the content of a component dynamic. What is a JSX?It is no...DiscussProps in reactjs
caner demircicanerdemirciblog.hashnode.dev·Sep 2, 2024Customizable React Zoom Controllerhttps://youtu.be/-mFJsgbZt4Q?si=MteHR_tZgm5mWO2O https://github.com/canerdemirci/react-zoom-controller/ https://www.npmjs.com/package/react-zoom-controller I have written a zoom controller in React and published on npm. I wanted this component to b...DiscussReact
caner demircicanerdemirciblog.hashnode.dev·Aug 27, 2024Customizable React Pagination Component (Typescript)https://github.com/canerdemirci/cnr-react-pagination https://www.npmjs.com/package/cnr-react-pagination https://youtu.be/Yfo2-BsNzck I have written a pagination component in React and published on npm. I aimed to make pagination easier and more use...DiscussReact
Sherlyne Ochiengsherlynoc.hashnode.dev·Aug 7, 2024Props In ReactWhat is PROPS IN REACT? According to Mozilla Developer Network (MDN) Web docs, PROPS allows for the accessibility of the components. Props allow information to be passed from the top-level component (Parent) to another or the second-level component (...DiscussProps in reactjs
Michael LaroccaPromichaeljudelarocca.hashnode.dev·Jul 22, 2024How to Set Up Dynamic Routing with React RouterJoin me as I continue building a React website with the help of my Hashnode AI assistant! This article covers React Router, exploring dynamic routing, setting up routes, and navigating between pages! Article Concept Overview The problem: React pro...Discuss·1 likeMastering React with AI Pair Programming: Building a Star Wars Ahsoka WebsiteReact
FASUNHANMI PELUMIcodewithjoi.hashnode.dev·Jul 15, 2024React ComponentsIntroduction React components are the fundamental units of React Application. Components are independents and reusable part of code that returns HTML.Components, like JavaScript functions, return HTML (as JSX) and simplify the creation and management...DiscussReact
Rafin Rahmanblog.rafin-rahman.com·Jul 7, 2024How to Structure Your React Projects: A Guide for BeginnersCreating a well-structured React project can be challenging, especially when you're just starting out. In this guide, we'll walk you through three different ways to organize your React project files and folders, suitable for beginner, intermediate, a...Discuss·47 readsReact
Manvendra Singhnoder254.hashnode.dev·Jun 28, 2024Styling React Components with CSS ModulesIntroduction to CSS Modules In the ever-evolving realm of web development, CSS Modules have emerged as a potent tool for managing styles in a more modular and maintainable manner. This article will delve into the intricacies of CSS Modules, their ben...Discusscomponents in react
Itachidevs baby.hashnode.dev·Jun 27, 2024Understanding Class Components and State in ReactWhen I started learning JavaScript, I built small projects where I often changed properties like color, background color, and display dynamically. On this page, let's discuss how to build a dynamic page using React. Let's dive in!. Components 🧩 Gene...Discuss·10 likesReact JScomponents in react