https://github.com/zth/rescript-bindings-stash
A collection of ad-hoc bindings.
https://github.com/zth/rescript-bindings-stash
Last synced: 24 days ago
JSON representation
A collection of ad-hoc bindings.
- Host: GitHub
- URL: https://github.com/zth/rescript-bindings-stash
- Owner: zth
- License: mit
- Created: 2025-07-05T10:12:40.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-07-05T10:13:53.000Z (8 months ago)
- Last Synced: 2026-02-04T05:44:57.690Z (25 days ago)
- Language: ReScript
- Size: 10.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ReScript Bindings Stash
In this repo I put ReScript bindings that I haven't published as separate packages yet. Either because I haven't had the time, or because I bind to so little of the underlying package that it's not worth it.
You should **copy and paste** the bindings you need from here. Tailor them to your own use case! Feel free to do whatever you want with them. If you have improvements, open an issue and we can discuss whether it'd be good to create a dedicated bindings package for them.
**This is what you can expect from the bindings in this repo**:
- If they're in here they're used in production in some capacity
- More or less always incomplete (binds only to what has been needed)
- Not guaranteed to be 100% correct (although they _are_ used in prod, so they should work for the most case)
- Often opinionated
## Bindings available
- [@sentry/react](src/@sentry/react)
- [fetch-multipart-graphql](src/fetch-multipart-graphql)
- [framer-motion](src/framer-motion)
- [input-otp](src/input-otp)
- [posthog-js](src/posthog-js)
- [qrcode.react](src/qrcode.react)
- [react-helmet](src/react-helmet)
- [react-minimal-pie-chart](src/react-minimal-pie-chart)