Is It Okay to Use Reference Material and AI for Learning React?

0
4
Asked By CuriousCoder42 On

I'm currently building a web app with React and I've been using both reference materials and AI to help me code features that I don't fully understand yet. I have a grasp on the basics and some advanced concepts, but I wonder if it's acceptable to rely on external resources without fully understanding some of the more advanced principles right now. Should I fully understand the code I implement, or is it alright to learn and grasp these concepts as I continue developing my app?

2 Answers

Answered By CodeExplorer88 On

Absolutely, using reference materials and AI is a normal part of learning and coding! Starting a personal project that interests you is one of the best ways to learn. You'll pick up new concepts as you go and can always revisit your older code to improve it later.

Answered By DevEnthusiast99 On

It's totally fine to implement things you don't fully understand yet. As long as you're open to learning about those features over time, using them now is a great way to grow your skills. You'll gain understanding through practical use!

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.