DEV Community

Boonchai Seksan
Boonchai Seksan

Posted on

I start the react app why Error

i create my app with "npx create-react-app myproject"
but i have error what i wrong in this code
Image description

Top comments (1)

Collapse
 
jmgibson1976 profile image
jmgibson1976 • Edited

stackoverflow.com/a/79271862
github.com/facebook/create-react-a...

if you still want to use create-react-app for some reason despite it no longer being maintained, you can try:
github.com/facebook/create-react-a...

I would recommend following react advice (use a framework):
react.dev/learn/start-a-new-react-...

Or, as the first 2 comments suggest, scaffold your own using vite
react.dev/learn/start-a-new-react-...