Recat lädt langsam und aktualisiert nicht

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Recat lädt langsam und aktualisiert nicht

by Guest » 12 Jan 2025, 14:04

Wenn ich ein neues React-Projekt wie folgt erstelle:

Code: Select all

npx create-react-app my-app
cd ./my-app
npm uninstall react react-dom
npm install react@18 react-dom@18
npm install web-vitals
npm start
Das Laden ist wirklich langsam.
auch wenn ich /src/app.js bearbeite und dort den Text ändere (zum Beispiel , hey zum Standardprojekt hinzugefügt) Ich sehe die Änderungen nicht, wenn ich den Browser aktualisiere (habe versucht, den Browser zu wechseln und im Inkognitomodus zu sein).
Ich arbeite an der WSL.

Top