Articles in this series
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 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 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...
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: //...
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...