InFlowbyGeorge ZaharievNew type casting syntax for Flow: “as”To make it easier for new users to get started with Flow, we’re updating our type casting syntax to use “as”, like TypeScript, Hack, Swift…Feb 6
Jamie KyleType Systems: Structural vs. Nominal typing explainedPlease do not link to this article on Reddit or Hacker News.Sep 15, 20163
InFlowbyGeorge ZaharievImproved Flow Docs and Try FlowWe’ve refreshed our documentation, and added the ability to configure options and lints in Try Flow!Sep 19, 2023Sep 19, 2023
gcantiIntroduction to optics: lenses and prismsOptics are a very useful tool in functional programming. They can reduce the amount of code we have to write significantly, as well as…Dec 8, 20165Dec 8, 20165
InFlowbyGeorge ZaharievAnnouncing 5 new Flow tuple type featuresLabeled tuple elements, read-only tuples, optional tuple elements, tuple spread, and more.Aug 17, 20231Aug 17, 20231
InFlowbyGeorge ZaharievNew type casting syntax for Flow: “as”To make it easier for new users to get started with Flow, we’re updating our type casting syntax to use “as”, like TypeScript, Hack, Swift…Feb 6
Jamie KyleType Systems: Structural vs. Nominal typing explainedPlease do not link to this article on Reddit or Hacker News.Sep 15, 20163
InFlowbyGeorge ZaharievImproved Flow Docs and Try FlowWe’ve refreshed our documentation, and added the ability to configure options and lints in Try Flow!Sep 19, 2023
gcantiIntroduction to optics: lenses and prismsOptics are a very useful tool in functional programming. They can reduce the amount of code we have to write significantly, as well as…Dec 8, 20165
InFlowbyGeorge ZaharievAnnouncing 5 new Flow tuple type featuresLabeled tuple elements, read-only tuples, optional tuple elements, tuple spread, and more.Aug 17, 20231
Joseph JunkerPartial Function Application in JavaScript and FlowTradeoffs and implementationsJul 27, 2017
InFlowbyDavid RicheyFlow can now detect unused PromisesFlow can now lint against unused/floating Promises. Unused promises can be dangerous, because errors are potentially unhandled, and the…Apr 10, 2023
Jamie KyleType Systems: Covariance, Contravariance, Bivariance, and Invariance explainedPlease do not link to this article on Reddit or Hacker News.Sep 14, 20167