Book Finder (Without State)
Instructions
Try changing the value of the dropdown to see how it behaves when not controlled by a state value. Notice that the UI won't update properly because the dropdown is using a regular variable genre
instead of React state.