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
- Host: GitHub
- URL: https://github.com/json2d/resuspend
- Owner: json2d
- Created: 2022-03-18T01:44:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T07:44:39.000Z (about 1 year ago)
- Last Synced: 2025-03-09T03:16:54.910Z (3 months ago)
- Topics: component, declarative, functional, react, redux, suspense, suspension
- Language: TypeScript
- Homepage:
- Size: 396 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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)