Creating a Dynamic <select> Menu with React
For those times when your user needs to be able to <select>
previously-entered values.
I must say — this was a somewhat difficult feature for me to figure out how to implement. I looked at libraries such as react-select and…