How to avoid redundancy through the use of Layout Components in React
I recently discovered that I had no idea what a layout component was. This occurred when I had to pull a team member's code and discovered that she didn't import the header and footer components into every component that required them. Layout compone...
devzibah.hashnode.dev4 min read
Iconic Props
Front end developer
This is a very well written and succinct example that drives all of the points across. Cheers :)