Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flow vs Typescript #8

Open
JamesCoonce opened this issue Feb 26, 2020 · 1 comment
Open

Flow vs Typescript #8

JamesCoonce opened this issue Feb 26, 2020 · 1 comment

Comments

@JamesCoonce
Copy link

What made your choose Flow instead of Typescript? It seems that most libraries are moving toward tpyescript

@qh4r
Copy link
Collaborator

qh4r commented Feb 26, 2020

Hello!
We used to use flow in our company, back in the day, before create-react-app-v2 came out. It seemed like a good idea to be able to slowly include flow in existing projects thanks to the fact that it allows the inclusion of selected files. As opposed to typescripts all or nothing approach. However, it turned out that keeping flow-type up to date, considering the volume of changes required in each version bump, was difficult.
Nowadays we prefer typescript and use it in all of our new projects. There are typings available for this library too. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants