Keeping large object in search params causing too long URL.
How you deal with large objects stored in search params?
In my example, conditions of TableView can easily grow, that's why when user refresh page gets error Uri to long, how avoid that keeping all functionalities of shared link etc. of Tanstack Router.
3 Replies
wise-white•8mo ago
Custom Search Param Serialization | TanStack Router React Docs
Diagram showing idempotent nature of URL search param serialization and deserializationBy default, TanStack Router parses and serializes your URL Search Params automatically using JSON.stringify and JSON.parse. This process involves escaping and unescaping the search string, which is a...
stormy-goldOP•8mo ago
I am parsing with JSURL2, but what to do when is not enough?
@Manuel Schiller
wise-white•8mo ago
did you try zipson?
how does your data look like currently? can you post such a huge real json please?