Objects as Maps in Flow
An overview of using plain objects as maps using Flow.
Flow Type Aliases
A quick post on defining type aliases in Flow to help avoid having to write the same long type definitions each time.
Flow Generic Constraints
A guide to constraining generics in Flow and how it can be a powerful concept to create base types that retain some flexibility.
Parameter Variance in Flow
A guide to using parameters of multiple possible types in Flow.
Generic Functions in Flow
A quick post on using generic functions in Flow, using the concept of generics, but applied to functions.