Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yerlanyr/dlog
Redux devtools for caballo vivo
https://github.com/yerlanyr/dlog
Last synced: about 2 months ago
JSON representation
Redux devtools for caballo vivo
- Host: GitHub
- URL: https://github.com/yerlanyr/dlog
- Owner: yerlanyr
- Created: 2023-02-19T14:01:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-19T14:02:05.000Z (almost 2 years ago)
- Last Synced: 2024-04-16T03:43:54.985Z (9 months ago)
- Language: JavaScript
- Size: 68.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Dlog is
dlog function that allows log mutation actions that are being dispatched to `rx js` flux store from `@zambezi/caballo-vivo` using `Redux DevTools`
```javascript
incAction$.pipe(map(dlog('Increment action')))
```![Example](example.png)