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
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. :)
What made your choose Flow instead of Typescript? It seems that most libraries are moving toward tpyescript
The text was updated successfully, but these errors were encountered: