Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@ const randoms = {
- Interactive demo showing how to consume a [`WebSocket`](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket) converted into async iterable using the [`iterified`](https://github.com/shtaif/iterified) package:
<br/><br/>[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/edit/react-async-iterators-example-6?file=src%2FApp.tsx)



## 🔥 🔥 🔥

If you find this package helpful, please consider giving it a star! ⭐️<br/>
Something isn't right? don't hesitate to open an issue! 👍<br/>
Thanks a lot for viewing this project! 🙏🏻

<!--
```tsx
const gqlWsClient = createGqlWsClient({ url: 'wss://my-api-backend/graphql' });
Expand Down
Loading