Skip to content

Commit c20ea46

Browse files
add list of similar projects with APIs
1 parent 4ea2d58 commit c20ea46

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,11 @@ export default Coroutine.create(UserListContainer);
2929

3030
See [docs](./docs/) for more.
3131

32+
## List of projects that can be built with react-coroutine
3233

34+
React Coroutine attempts to use basic language features for the sake of solving problems that are usually solved with APIs and new abstractions that require particular knowledge about themselves and sometimes about internal processes (leaky abstractions).
3335

36+
* [react-refetch](https://github.com/heroku/react-refetch)
37+
* [react-transmit](https://github.com/RickWong/react-transmit)
38+
* [smalldots](https://github.com/smalldots/smalldots)
39+
* [react-controller](https://github.com/bradestey/react-controller)

0 commit comments

Comments
 (0)