Looking at React with Git

Hi again everyone,

As mentioned, I'm learning React and Vue in parallel a little bit. Following on from my last video, this is about the 3rd video in Hitesh Choudhary 's YouTube series on React.

This is just a short note on the importance of what he's teaching: Git. For a long time I didn't understand the point of it really, but it is required for developer work EVERYWHERE. If you're working in a team, and especially if you're a hybrid team (between on-site and remote, that is), keeping track of everyone's code, reviewing it, making sure your looking at the latest versions of everything...GIT is the way.

Be careful here: Git and GitHub are not the same thing. They're often used together, but you can use Git with other repository management systems too.

If you need an overview of Git and GitHub, I highly recommend the W3 Schools series.

Happy coding!