I chose to push myself with investigating Angular.
I have come to realize that almost everything comes with a short tutorial on how to create an 'Ideabox' with their application. So, first I googled Angular tutorial and, lo and behold, there was a very familiar tutorial. I needed to install Angular globally and all of those commands are parallel to what is run in React. In fact, React and Angular build a full working app from creation that will run. There are more similarties as well in that they both use components and the standard component build is named 'App' by default. But we also start seeing some differences early on, too. For instance, React uses Javascript by default, but it seems as though Angular uses Typescript. In order to understand this change, I spent a few minutes researching the differences between TS and JS.
So, the understanding that I came away with is that Typescript is a little more strict than Javascript and can actually be used in React, as well, it is just not there by default l