Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cometkim/bs-react-cache
- Owner: cometkim
- Archived: true
- Created: 2020-03-22T10:35:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T10:08:33.000Z (over 2 years ago)
- Last Synced: 2024-10-29T14:40:53.768Z (2 months ago)
- Topics: bucklescript, react, react-concurrent, react-suspense, reasonml, reasonml-bindings
- Language: Reason
- Size: 29.3 KB
- Stars: 1
- Watchers: 2
- 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
```