From JavaScript to React

    React Core Concepts

    There are three core concepts of React that you'll need to be familiar with to start building React applications. These are:

    • Components
    • Props
    • State

    In the next sections, we will go through the concepts above and provide resources where you can continue learning them.