|
|
|
|
|
by smt88
3333 days ago
|
|
What are the downsides of competing standards? The TS community is far, far larger and more active than Flow, and I'm not sure eliminating Flow would make much difference. Facebook would certainly continue to use it instead of porting all their code to TypeScript. |
|
But there are also benefits (for a React developer) of using Flow. For one, create-react-app has built-in support for Flow but not TypeScript.
The answer to your question "What are the downsides of competing standards?". For the same reason we try to standardize on other aspects of the JavaScript language and ecosystem when new things are added. Having 3 different ways to do promises would be a pain, so the community created a single standard way to do it.