I'm diving into my first MERN project, and I started by following a freecodecamp tutorial. Lately, I've noticed that when I'm working on my project, I'm mostly just changing names and copy-pasting code for different functions. The bigger issues I'm running into, like sending email notifications, seem to need plugins such as nodemailer, where I'm importing existing functions and modifying them again. So, I'm wondering—am I genuinely learning anything through this process?
2 Answers
I hear you! It can feel repetitive when you’re just copying and renaming. One way to deepen your understanding is to build components from scratch and then refer back to the tutorial if you get stuck. It’s like training wheels; once you feel stable, push yourself to create without looking at the code all the time!
It sounds like you're in a common spot for beginners! Using lots of template code is completely normal at first. Just remember, the more you tweak and play around with that template, the more you'll understand how it works. Have you tried building something from scratch? That could really help cement what you're learning!
Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically