Dynamic routing with validation in React using react-router

Uros Randelovic
3 min readNov 1, 2020

--

In the past few weeks, I’ve been working on an online shopping mall app in React and that brought some interesting challenges, the first one was, of course, how do you reuse the StorePage component over and over again. The flow I was trying to achieve was the following:

HomePage (/home)- render a list of stores that exist in a given city 
StorePage…

--

--