Skip to content

Commit

Permalink
[website] Add missing Medium blog links to the website
Browse files Browse the repository at this point in the history
Summary:
We were missing the last 5 Medium blog posts on our flow.org post list.

Changelog: [internal]

Reviewed By: pieterv

Differential Revision: D30717691

fbshipit-source-id: 9ef3f351428bba304cc0078f63039866f21820a4
  • Loading branch information
gkz authored and facebook-github-bot committed Sep 2, 2021
1 parent b7f2d1c commit 39f67db
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Flow's Improved Handling of Generic Types"
short-title: "Generic Types Improvements"
author: "Michael Vitousek"
medium-link: "https://medium.com/flow-type/flows-improved-handling-of-generic-types-b5909cc5e3c5"
---
Flow has improved its handling of generic types by banning unsafe behaviors previously allowed and clarifying error messages.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Types-First the only supported mode in Flow (Jan 2021)"
short-title: "Types-First only supported mode"
author: "Panagiotis Vekris"
medium-link: "https://medium.com/flow-type/types-first-the-only-supported-mode-in-flow-jan-2021-3c4cb14d7b6c"
---
Types-First will become the only mode in Flow in v0.143 (mid Jan 2021).
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Clarity on Flow's Direction and Open Source Engagement"
short-title: "Flow Direction Update"
author: "Vladan Djeric"
medium-link: "https://medium.com/flow-type/clarity-on-flows-direction-and-open-source-engagement-e721a4eb4d8b"
---
An update on Flow's direction and open source engagement.
7 changes: 7 additions & 0 deletions website/_posts/2021-06-02-Sound-Typing-for-this-in-Flow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Sound Typing for 'this' in Flow"
short-title: "Sound Typing for 'this'"
author: "Daniel Sainati"
medium-link: "https://medium.com/flow-type/sound-typing-for-this-in-flow-d62db2af969e"
---
Improvements in soundness for `this`-typing in Flow, including the ability to annotate `this` on functions and methods.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Introducing Flow Indexed Access Types"
short-title: "Flow Indexed Access Types"
author: "George Zahariev"
medium-link: "https://medium.com/flow-type/introducing-flow-indexed-access-types-b27175251fd0"
---
Flow’s Indexed Access Types are a new type annotation syntax that allows you to get the type of a property from an object, array, or tuple type.

0 comments on commit 39f67db

Please sign in to comment.