Skip to content

Commit

Permalink
docs: Add manager examples to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Jan 17, 2024
1 parent e1f319d commit 056737e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/ten-clocks-sin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@data-client/use-enhanced-reducer": patch
---

Add Manager examples to readme
2 changes: 2 additions & 0 deletions packages/use-enhanced-reducer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,5 @@ export default function CacheProvider({

- Reactive Data Client's [NetworkManager](https://github.com/reactive/data-client/blob/master/packages/data-client/src/state/NetworkManager.ts)
- Reactive Data Client's [PollingSubscription](https://github.com/reactive/data-client/blob/master/packages/data-client/src/state/PollingSubscription.ts)
- [LogoutManager](https://dataclient.io/docs/api/LogoutManager)
- [StreamManager](https://github.com/reactive/data-client/blob/master/examples/coin-app/src/resources/StreamManager.ts) a websocket stream for cryptocurrency prices. [![Sandbox](https://developer.stackblitz.com/img/open_in_stackblitz_small.svg)](https://stackblitz.com/github/reactive/data-client/tree/master/examples/coin-app?hidedevtools=1&terminalHeight=0&file=src%2Findex.tsx%2Csrc%2Fresources%2FTicker.ts%2Csrc%2Fpages%2FHome%2FAssetPrice.tsx%2Csrc%2Fresources%2FStreamManager.ts)

0 comments on commit 056737e

Please sign in to comment.