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
After think about this some more, I think that staying with flow and generating TypeScript lib defs is probably the way to go. The API is pretty small so generating lib defs shouldn't be too bad. Flow's type safety is a lot better that TypeScript's. Beyond lib defs are there other reasons why we'd want to switch?
Beyond lib defs are there other reasons why we'd want to switch?
More people are familiar with TypeScript, so switching will make it easier for those folks to contribute to this project. And, as TypeScript's popularity continues to outpace Flow's, this will be increasingly the case.
What do folks think? Should we switch everything over to TypeScript?
The text was updated successfully, but these errors were encountered: