Dave Kjell Marong
Dave Kjell Marong

Dave Kjell Marong

Follow
homeReact basicsExperience and ProjectsChrome ExtensionMicrosoft Power Apps
Tag

React

#reactjs

More content

Read more stories on Hashnode


Articles with this tag

My Journey of Building a Chrome Extension with React: Keeping Track of Deleted YouTube Videos!

Jul 2, 20234 min read

Track, Recover, and Explore Deleted YouTube Videos with a Cool Chrome Extension! Join my React-powered journey and regain lost content effortlessly. ·...

My Journey of Building a Chrome Extension with React: Keeping Track of Deleted YouTube Videos!

What is state in React?

Aug 31, 20224 min read

What you need to know to get started with State in React · What is state in React? State is a JavaScript (JS) object with superpowers that lives inside a...

What is state in React?

Use Props objects to clean up your React code

Aug 28, 20222 min read

Sending props as props objects make your code easier to work with · The standard way of sending props This is the way we learn to send props: //...

Use Props objects to clean up your React code

What is a React component?

Aug 22, 20225 min read

What you need to know to get started with Components · What is a React component? A React component is your building block when writing code. A react...

What is a React component?

What are props in React?

Aug 19, 20224 min read

What you need to know to get started with Props · What are props? Before we talk about what props are, let's do a quick review of React components. You...

What are props in React?

What is JSX in React?

Aug 16, 20223 min read

Everything you need to know about JSX to get started · What is JSX? JSX, which stands for JavaScript XML, is one of Reacts best parts. JSX is a...

What is JSX in React?