An open API service indexing awesome lists of open source software.

https://github.com/json2d/resuspend

a React suspension library designed to make use-cases like content fulfillment and user experience pacing easy to implement
https://github.com/json2d/resuspend

component declarative functional react redux suspense suspension

Last synced: 2 months ago
JSON representation

a React suspension library designed to make use-cases like content fulfillment and user experience pacing easy to implement

Awesome Lists containing this project

README

        


Resuspend Logo

resuspend

(workspace)

this is a [Yarn workspace](https://classic.yarnpkg.com/lang/en/docs/workspaces/) project composed of [multiple packages](#packages) including the core [`resuspend`](https://github.com/json2d/resuspend/blob/main/packages/resuspend) library, [integrations](#integrations), and other related sub-projects

## getting started

to install project dependencies:

```sh
yarn install
```

to build the core library:

```
cd packages/resuspend
yarn build
```

> don't forget the build step because the builds are the targets when importing between sibling packages, not the source code itself!

## packages

### core
[`resuspend`](https://github.com/json2d/resuspend/blob/main/packages/resuspend)

### integrations
[`@resuspend/redux`](https://github.com/json2d/resuspend/blob/main/packages/redux)