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: 10 months ago
JSON representation
BuckleScript binding for experimental react-cache API.
- Host: GitHub
- URL: https://github.com/cometkim/bs-react-cache
- Owner: cometkim
- Archived: true
- Created: 2020-03-22T10:35:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T10:08:33.000Z (over 3 years ago)
- Last Synced: 2025-04-29T12:30:47.747Z (10 months ago)
- Topics: bucklescript, react, react-concurrent, react-suspense, reasonml, reasonml-bindings
- Language: Reason
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-list - bs-react-cache - cache API. | cometkim | 1 | (Reason)
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
```