json2d / resuspend

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resuspend Logo

resuspend

(workspace)

this is a Yarn workspace project composed of multiple packages including the core resuspend library, integrations, and other related sub-projects

getting started

to install project dependencies:

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

integrations

@resuspend/redux

About

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


Languages

Language:TypeScript 91.5%Language:JavaScript 5.2%Language:HTML 2.6%Language:CSS 0.6%