Note: This article is published on 12/07/2024.
This series of articles is absolutely a AI product or byproduct. This article could be a new style of my articles: using AI result associated with my own understanding, for example, associated with StackBlitz | Instant Dev Environments, to make the article eazy to write and more readable.
- What is Node JS
- What is Angular
- Angular Installation and Environment Setup (written in 2021)
- Angular New Devlopment Site
- Why Angular
- Angular Versions
- What is React --- this article
A - Introduction
The content of this article:
- A - Introduction
- B - What is React --- from AI
- C - Testing Environment --- from stackblitz.com
- D - How to Run React locally
B - What is React--- from AI
The following is a google result, actually, an AI output built in with Google. It is acurate, briefly, summarized. In fact, we do not have any reason to not use that as a searching result.
what is react app - Google Search

C - Testing Environment --- from stackblitz.com
Go to StackBlitz | Instant Dev Environments, in fact, https://stackblitz.com/
Note: If you do not register, you may need to register first. However, if you do not write your own, just as a reader, you can view other's result and run or test it.

Click New Project to create a new one:

Click React to create a React project:

Different from Node.js, you do not need to run the angular app, the environment will run for you automatically, such as
npm install && npm run dev
The code will in a top of middle panel, terminal in the bottom, a file folder on the left panel, while a preview in a right panel.
D - How to Run React locally
However, there is no AI page for this topic in Google Search, we got some related links
- Getting Started (React)
- How to Run React App Locally – A Step-by-Step Guide
- React (1) - Installation and Environment Setup --- mine
- React (2) - JSX File --- mine
The last two articles are from myself that was a not finished series of React when I joined a React training program.
References:

Join the conversation! Your thoughts help the community grow.