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
Right now, supporting TypeScript is not a goal for me. It's clearly very popular, so I'm sure I'll come around to it someday, but for now I don't want to have to learn the type system and how to make it happy. 😁 It feels like a lot of extra effort and trouble for not enough value.
For situations when I need type checking / validation, I've been liking the approach in schema-fns. It's all just functions, so it gives me full control while not forcing me to learn a new syntax.
Is supporting TypeScript a thing you are interested in?
The text was updated successfully, but these errors were encountered: