Flow
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=Languages |subcat=Programming Languages |extensions={{ext|js}}, {{ext|jsx}} |released=2013 }} '''Flow''' is yet another variant of JavaScript, add...") |
Revision as of 02:53, 16 May 2017
Flow is yet another variant of JavaScript, adding support for static type checking. To be used in standard JavaScript environments, Flow must be transpiled to JavaScript using the free and open source transpiler Babel, which also allows simultaneous use of JSX and Flow.