Am I Really Learning MERN, or Just Editing Templates?

0
4
Asked By TechExplorer92 On

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

Answered By PixelPal88 On

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!

Answered By CodeWizard07 On

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

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.