bs-react-cache

BuckleScript binding for the experimental react-cache.

Usage no npm install needed!

<script type="module">
  import bsReactCache from 'https://cdn.skypack.dev/bs-react-cache';
</script>

README

bs-react-cache

BuckleScript binding for the experimental 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

Build

# for yarn
yarn build

# for npm
npm run build

Build + Watch

# for yarn
yarn start

# for npm
npm run start