JavaScript-TypeSystem-List
JavaScript TypeSystem List
-
2016-TypeScript vs Flow: Differences between Flowtype and TypeScript – syntax and usability
-
2017-Type systems will make you a better JavaScript programmer: Managing large JavaScript codebases is challenging — whenever we casually pass objects from Chrome’s JavaScript to Objective-C just to receive a callback on a different thread in Node.js, we need a guarantee that the individual pieces fit together.
-
2017-Adopting Flow & TypeScript: A comparison between the two on-boarding processes.
-
Why use static types in JavaScript? #Series#: Note that I chose Flow over TypeScript in the examples in this post because of my familiarity with it.
Runtime Type Information
- 2017-Runtime type information for JavaScript: Chrome’s V8 can now collect type information at runtime.
Flow
-
2017-What I Love and Hate About Flow: I’m not talking about incontinence, that’s flomax!
Tutoria | 教程
-
2017-Flow 的使用入门:Facebook 刚刚上线了重构之后的 Flow 官方站点,新的站点结构清晰、内容丰富。如果你想深入学习使用 Flow,最好的办法当然是直接看官方文档;不过如果你没有太多时间去看完整文档,我们为你准备了这篇 Flow 的基本入门知识。注意,本文不会分享如何具体安装以及在项目中配置 Flow,关于这些,你可以参考这篇文章。
-
2017-The definitive guide for using Flow static JavaScript type checker
Resource | 资源
- 2016-awesome-flow: A list of awesome Flow integrations, tools, tutorials, etc.