Contributions

Article
React Router is well known to handle routing logic based on the browser URL. However, React Router can also be used to handle specific dynamic routing that does not rely on the browser URL, in scenarios such as multi-step forms, dynamic components rendering. This article introduces the MemoryRouter pattern with a practical use-case along with some deep technical overview and pros/cons.