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
You must log in or register to comment.
I thought create-react-app wasn’t the recommended way to set up a react project these days
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.
This doesn’t seem to provide much over the official tutorials at https://react.dev/learn
deleted by creator