Dave Kjell Marong
Dave Kjell Marong

Dave Kjell Marong

Follow
homeReact basicsExperience and ProjectsChrome ExtensionMicrosoft Power Apps
Series

React basics

This series is for new React developers or people who are interested in React. I will cover the basics and fundamentals that you need to create your own React applications.

Articles in this series

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?

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 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?

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 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?