Christopher Horobin
Christopher Horobin
### Performance improvements - Use template literal types to autocomplete relative paths. This eliminates recursion depth limits and is faster than splitting the union into tuples - Only remove trailing...
# Getting lazy? Doing less work? and generating more (plus some recommendations) This PR focuses more on complex routes and to some degree many routes. When I say a complex...
Again quite high level to test navigation and not internals. I will add some more but wanted to know if you guys are ok with basic high level tests like...
- This improves the ts performance significantly of`useSearch` and `useParams` when `strict` is false for merging of search and params Still need to make it default
This PR implements [Standard Schema](https://github.com/standard-schema/standard-schema) in router core. Currently only valibot implements this but the intention is for all validation libraries to implement it. Which means we don't need to...
Decreasing overall check time and instantiations. Before: ``` > tsc --extendedDiagnostics Files: 683 Lines of Library: 41276 Lines of Definitions: 86334 Lines of TypeScript: 24509 Lines of JavaScript: 0 Lines...
I have used the large example in the repo (this isn't very large so difference is not so large) to check reduction in instantiations and type checking time. I am...
WIP