You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeScript 2.0 is supporting disjoint union types. This is essential to support statically checked elmish architecture.
Pros
TypeScript is more strict than Flow with tuple type, which is very important since tuple is most often a result type of update function. Not true since Flow 0.32
TypeScript 2.0 is supporting disjoint union types. This is essential to support statically checked elmish architecture.
Pros
TypeScript is more strict than Flow with tuple type, which is very important since tuple is most often a result type of update function.Not true since Flow 0.32Cons
The text was updated successfully, but these errors were encountered: