|
|
|
|
|
by shabbyrobe
2374 days ago
|
|
I find it kinda strange that Flow has been relegated to the write-in "Other Flavours" section so soon. I know that it has been trending downwards for a while (as TypeScript trends upwards), but it feels like that story's not quite over just yet even if the conclusion is foregone. |
|
For actual metrics, the NPM stats of TS vs Flow downloads [0] show TS usage skyrocketing up to >33M DL/month, while Flow has never gotten past 2.5M.
Purely anecdotally, I see numerous articles talking about projects migrating away from Flow, and absolutely nothing about actually adopting Flow at this point. Even projects like Jest, which started inside Facebook, have switched to TS to get more outside contributions. At this point, the only major project I can immediately think of that's written in Flow is (ironically) React itself.
FWIW, I wrote a blog post recently about my own experience learning and using TS as both an app dev and a Redux maintainer [1].
[0] https://npm-stat.com/charts.html?package=typescript&package=...
[1] https://blog.isquaredsoftware.com/2019/11/blogged-answers-le...