|
|
|
|
|
by Bahamut
2842 days ago
|
|
At this point, I think Flow clearly has a minority mindshare & is looked at more skeptically all around the JS ecosystem, and maybe even the React ecosystem based on what I see talked around. TS does a much better job integrating with existing JS and is much more practical about incremental updates whereas Flow bleeds all too easily into needing to add typing to a significant amount of code in order to add a type. That's not to say that either TypeScript or Flow are perfect - they both are constraining with typing when it comes to composing functions last I checked. |
|