#Uncaught ReferenceError
17 messages · Page 1 of 1 (latest)
Hello Shirasu, can you please hover over the x mark to highlight the intellisense error and share?
@weary hatch how did you set up your React project?
I simply download from the scrimba and click go live to see if it works or not
It's pretty frustrating because I have to spend more time on debugging to make it run than actually learning. And I really like running it locally because I can own my code easily
I can't focus well by just listening and looking at people doing things since I have adhd so I have to do something to distract myself to learn well. In this case, coding while instructor is coding 🙂
@weary hatch yeah that won't work. Your best bet is to set up Vite on your local machine and do your projects with that.
In this video I take you through setting up Vite and React so you can start your own React projects from scratch on your local machine.
Don't have VSCode, Live Server or NodeJS installed? Watch this video first: https://youtu.be/UD-3DDhH1TU
Vite official site: https://vitejs.dev/guide/
Tutorials Playlist: https://www.youtube.com/playlist?list...
Alright, thank you
Did you manage to get things figured out?
I actually used Vite but it didn't go well so I took a break from scrimba for a while 😦
Aww sorry to hear that. Anything I can do to help?
Thanks for the help. But I notice that vite won't help me what I want to achieve either because when I do npx create react app I don't need vite
Yes, create-react-app and vite do similar things for React projects - I personally prefer vite because it's faster.