Does TypeSafe in Pinia mean that we can ignore TypeScript? #2166
-
Does TypeSafe in Pinia mean that we can ignore TypeScript? It is stated that TypeScript is for "Static Type Checking". If Pinia is Type Safe, is this suggesting that if we need Static Type Checking in our Apps, that Pinia can provide that feature, and we don't need TypeScript for that? |
Beta Was this translation helpful? Give feedback.
Answered by
posva
Apr 28, 2023
Replies: 1 comment
-
No, you cannot ignore TypeScript. Pinia uses TypeScript to provide type safety. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
posva
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, you cannot ignore TypeScript. Pinia uses TypeScript to provide type safety.