Getting started with React involves setting up your development environment, creating a basic React application, and understanding the core concepts of React. Here’s a step-by-step guide to help you get started: Click here to learn mode

  • @ericjmorey
    link
    21 year ago

    I thought create-react-app wasn’t the recommended way to set up a react project these days

    • @harendra21OP
      link
      01 year ago

      You are correct, after march 2023 facebook dropped the support for CRA, but we can still use it for learning purpose. Thank you for suggestion.