Skip to content
This repository has been archived by the owner on Nov 13, 2022. It is now read-only.
/ bs-react-cache Public archive

BuckleScript binding for experimental react-cache API.

Notifications You must be signed in to change notification settings

cometkim/bs-react-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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