Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cometkim/bs-react-cache

BuckleScript binding for experimental react-cache API.
https://github.com/cometkim/bs-react-cache

bucklescript react react-concurrent react-suspense reasonml reasonml-bindings

Last synced: about 2 months ago
JSON representation

BuckleScript binding for experimental react-cache API.

Awesome Lists containing this project

README

        

# bs-react-cache

BuckleScript binding for the **experimental** [react-cache](https://github.com/facebook/react/tree/master/packages/react-cache).

**Do not use in a real application.** We're publishing this early for demonstration purposes.

**Use it at your own risk.**

## Usage

See [example](examples/SuspenseImage.re)

## Build

```bash
# for yarn
yarn build

# for npm
npm run build
```

## Build + Watch

```bash
# for yarn
yarn start

# for npm
npm run start
```