Skip to content

Commit e6f6a40

Browse files
authored
docs(readme): some initial part of README.md (#12)
1 parent 23d8c50 commit e6f6a40

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1-
# react-async-iterators
1+
# React Async Iterators
2+
3+
> Hooks, components and utilities for working with [JS async iterator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/AsyncIterator) data in React.js.
4+
5+
<br />
6+
7+
<p>
8+
<a href="https://github.com/shtaif/react-async-iterators/actions/workflows/ci-tests.yaml">
9+
<img alt="" src="https://github.com/shtaif/react-async-iterators/actions/workflows/ci-tests.yaml/badge.svg" />
10+
</a>
11+
<a href="https://github.com/shtaif/react-async-iterators/actions/workflows/ci-build-check.yaml">
12+
<img alt="" src="https://github.com/shtaif/react-async-iterators/actions/workflows/ci-build-check.yaml/badge.svg" />
13+
</a>
14+
<a href="https://semver.org">
15+
<img alt="semantic-release" src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg" />
16+
</a>
17+
<p>

0 commit comments

Comments
 (0)