Managing Filters In the URL in React: A Practical Guide - Part 2
Written by Lucie Zdeňková on 2025-12-04
reactjavascriptIn our last post Managing Filters In the URL in React: A Practical Guide - Part 1, we shared how to synchronize filter values with the URL on the simpliest example with full-text filter. In today's post, we will explore, how to alter those function to handle multi-select or from-to filters values in the URL. Let's get into it.