BelloforBello's Blogtechstack.hashnode.net·Dec 29, 2020React Props and StateThis article is sponsored by Flutterwave - Flutterwave is the easiest way to make and accept payments both online and offline from customers anywhere in the world. It is absolutely free! Before reading this article, I made a little modification to t...Discuss·81 likes·290 readsReactReact
BelloforBello's Blogtechstack.hashnode.net·Dec 28, 2020React JSXThis article is sponsored by Flutterwave - Flutterwave is the easiest way to make and accept payments both online and offline from customers anywhere in the world. It is absolutely free! The elements in JSX are not from HTML, rather from React. The ...Discuss·71 likes·181 readsReactReact
Maxime VasseforReact Storywebdif.hashnode.net·Feb 2, 2021FeaturedReact.js: Switch from PropTypes to TypeScriptIf you are a React.js developer and does not use TypeScript, this article is for you! 📱 Props are a communication channel Components are the core feature of the React library. It allows us a real separation of concerns. For building a complete UI, w...Catalin Pit and 1 other are discussing this2 people are discussing thisDiscuss·71 likes·1.6K readsReact
Abhishek HolaniforAbhishek Holani's Blogabhishekh007.hashnode.net·Apr 25, 2023Data Fetching in NextJSIntroduction In today's digital world, websites, and web applications have become essential to our lives. With the increasing demand for fast and responsive web experiences, developers are always exploring new ways to enhance website performance. Nex...Discuss·4 likesdata fetching
Loveth OmokaroforNuts About Techlovethomokaro.hashnode.net·Apr 21, 2023Understanding React Props: How to Pass Data Between ComponentsHello, fellow Reactêrs! Welcome to my React sphere! Are you a total newbie in React like me or do you just want to refresh your knowledge on the fundamentals of React, then this article is for you! Introduction If you have ever watched any video on R...Discuss·5 likes·62 readsReact
Rajarshi Sarkarforrajsarkar.hashnode.net·Apr 15, 2023Understanding React PropsWhat are React Props? In React, props are a way to pass data from a parent component to a child component. The arguments we pass to functions are called "props" in React Components. It is an object which stores the value of attributes of a tag and gi...DiscussReact Basics: A Beginner's GuideReact
Smart ShockforSmartShocksmartshock.hashnode.net·Apr 3, 2023Passing Data Between Components in ReactOne of the most important features of React is the ability to pass data between components. In this article, we'll explore how to pass data between a parent component and a child component in React. The Parent Component First, let's create our parent...Discuss·10 likes·36 reads25 React Exercises for Practical LearningReact
Smart ShockforSmartShocksmartshock.hashnode.net·Apr 3, 2023Displaying Data with PropsIn the previous blog post, we learned how to render a simple component in React using JSX. In this blog post, we will learn how to pass data to a component using props and display it in the component. Step 1: Create a new file Create a new file calle...Discuss25 React Exercises for Practical LearningReact
Disha JainforDisha Jain's blogdisha.hashnode.net·Mar 28, 2023Props in Class-based-componentsIn React, props (short for "properties") are a mechanism for passing data from a parent component to a child component. When you define a class-based component in React, you can specify one or more props that the component should accept as input. Pro...Discuss·42 readsprops
Durgesh UpadhyayforScaling Startups with Full-Stack Devudurgesh6.hashnode.net·Mar 22, 2023Control props patternA React design pattern that allows a parent component to control the state of a child component. It involves passing a callback function from the parent component to the child component, which the child component will then call when it needs to updat...Discuss·41 readsReact
Dev RunnerforDev Runner blogdevrunner.hashnode.net·Mar 12, 2023React notes - 04 Component BasicsLet’s start with visualization: JSX JSX is a syntax extension for JavaScript used in React that allows you to write HTML-like code in your JavaScript code. It stands for "JavaScript XML" because it lets you create XML-like structures in your code. I...DiscussReact
Saran SinhaforSaran's Blogsaran-ka-gyaan.hashnode.net·Mar 6, 2023Props In ReactWe all know what are the components in react. A component is just like a JavaScript function which helps in building the UI of a page. Now suppose you built a product called 'Twitter' and you want to show it on your portfolio that you have built this...Discuss·30 readsReact
Falomo SharonforSharon’s Journey falomosharon.hashnode.net·Mar 3, 2023Beginners Guide to Understanding Props in ReactIntroduction Welcome to React universe, if you’re still new to this javascript library then you might have come across a term called “props”. Props is a way to pass data from one component to another. Understanding how to use props effectively is a c...Jessica Joseph and 3 others are discussing this4 people are discussing thisDiscuss·20 likes·137 readsReact