Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix typescript link in docs/concepts/stream-patterns.md at line 57 (#757)

authored by

searchableguy and committed by
GitHub
698e1929 3a3e57dd

+1 -1
+1 -1
docs/concepts/stream-patterns.md
··· 54 54 - It is extremely lightweight and treeshakeable, with a size of around 3.7kB minzipped. 55 55 - It's cross-platform and cross-language compatible, having been written in 56 56 [Reason](https://reasonml.github.io/) and provides support for [Flow](https://flow.org/) 57 - and [TypeScript](typescriptlang.org/). 57 + and [TypeScript](https://www.typescriptlang.org/v2/). 58 58 - It's a predictable and iterable toolchain, emitting synchronous events whenever possible. 59 59 60 60 Typical usage of Wonka will involve creating a _source_ of some values and a _sink_.