what is Hierarchical 3-stage search param manipulation?
Hey I'm new to TanStack Router. I read through overview and I found it supports
Hierarchical 3-stage search param manipulation, but I have no idea what it is. is it related with ecmascript stage-3?4 Replies
rival-black•3y ago
No that’s jargon. Sorry.
ratty-blushOP•3y ago
@Tanner Linsley Does it mean Tanstack Router stores search params as JSON? https://tanstack.com/router/v1/docs/guide/search-params.
rival-black•3y ago
Yes
It means that that json can be manipulated in 3 different locations of the api.
PreSearchFilters, navigational apis and postSearchFilters
ratty-blushOP•3y ago
@Tanner Linsley thanks!