You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-9Lines changed: 3 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -30,15 +30,9 @@
30
30
24.[License to use](#license-to-use)
31
31
32
32
## Introduction to React
33
-
React is a JavaScript library for creating user interfaces. It enables developers to build reusable UI components and efficiently update the DOM by using a virtual DOM for optimal performance.
34
-
`create-react-app`
35
-
36
-
```
37
-
# Terminal
38
-
npx create-react-app my-react-app
39
-
cd my-react-app
40
-
npm start
41
-
```
33
+
React is a JavaScript library for creating user interfaces.
34
+
It enables developers to build reusable UI components and efficiently update the DOM by using a virtual DOM for optimal performance.
0 commit comments