|
|
|
|
|
by jiaweihli
3484 days ago
|
|
Very early on, Typescript cleverly built up an ecosystem around community-supported type definitions for popular js libraries. This makes type-checking and integration for those libraries dead simple. 2 years later, Flow is _still_ lagging behind in this area. [1] I'm not certain, but I think this may be due to Typescript allowing for a external header-like file while Flow requires inline types. For this reason I believe, as many other commenters have noted, Typescript has nearly always been ahead of Flow in popularity. [1] https://github.com/facebook/flow/issues/7 |
|