Personal website built with Gatsby.js, Styled-Components, Formik, etc..
Folder structure, inspired by thoose recommendations.
app/
└── src/
├── components/ # Shared generic component
├── pages/ # Static routes declaration
├── scenes/ # Different pages of the website
│ └── pageName/ # Landing / About me / ...
│ ├── components/ # Page components.
│ ├── index.jsx # Main page file
│ └── styles.js # Page specific styles
└── styles/ # Global styles