fahad19 / fahad19/proppy

Return an async iterable

Open
#45 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
929
Forks
27
PR merge metrics
No merged PRs in 30d

Description

This would give a "native" way to consume changes.

A possible example of usage...

```
import { withProps } from 'proppy';

const P = withProps({ counter: 1 });

const p = P();

for await (const value of p.subscribe()) {
console.log({ value });
}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.