How I implemented a multi-parameter Search in React
Jul 13, 2022 · 5 min read · Recently, I implemented a project using React/Redux that features searching for a country based on two inputs. One of the inputs is categorical (selection of a continent) and the other is continuous (text search of a country). I'll be sharing how I i...
JJudith commented