You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The nature of the TanStack/Start vinxi dev and vinxi build tools is that the code is not type checked. This leads to type errors creeping in unnoticed. The examples also do not contains a "typecheck" script that would hint to people that there is no type checking by default.
So many TanStack/Start projects are filled with unsurfaced type errors. This undermines so much of the type safety advantages than TanStack/Router offer.
This discussion was converted from issue #3435 on February 15, 2025 00:04.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Which project does this relate to?
Start
Describe the bug
The nature of the TanStack/Start vinxi dev and vinxi build tools is that the code is not type checked. This leads to type errors creeping in unnoticed. The examples also do not contains a "typecheck" script that would hint to people that there is no type checking by default.
So many TanStack/Start projects are filled with unsurfaced type errors. This undermines so much of the type safety advantages than TanStack/Router offer.
Your Example Website or App
https://github.com/tanstack/router/tree/main/examples/react/start-basic-auth
Steps to Reproduce the Bug or Issue
For example:
https://github.com/tanstack/router/tree/main/examples/react/start-basic-auth
I did the following:
And got this result:
Expected behavior
I would expect that vinxi dev and vinxi build would run TypeScript type checking unless you opted out of it.
Screenshots or Videos
No response
Platform
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions