Like with any other language let's start with a Hello World app and see what a react application looks like: I know that looks like alot of code but most of it is just the structure of our HTML. We are using React scripts for now as it makes it easier to use. The… Continue reading Day 2: Our first React Application