Creating layouts in React is something I have found useful both at work and in my personal projects. One of the advantages of using React is that you are able to reuse components in your application across multiple pages. This usually involves import...