This tutorial is on how to create a reusable dropdown list component in React. I broke the functionality down into two components — the actual select dropdown list component and the calling parent/calling component.
The parent component will be App.js and a component called DynamicSelect.js will handle the