Skip to content

Files

Latest commit

 

History

History

custom-query-parsing

title toc
Custom Query Parsing
false

Custom Query Parsing Example

This example demonstrates how to store a complex data structure in the URL query string using a custom hook.

It's a good example of how React Router's low-level hooks provide you with all the flexibility you need to create your own custom hooks that fit the needs of your app.

Preview

Open this example on StackBlitz:

Open in StackBlitz