Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r17x/rescript-libs
⚡️ a Collections and Essential set of Library, Utility, & Tools for ReScript Lang especially in Web.
https://github.com/r17x/rescript-libs
abort-controller dom dom-api dom-rect html5 intersection-observer javascript lerna react rescript rescript-lang rescript-libs web web-api web-dom web-platform
Last synced: 12 days ago
JSON representation
⚡️ a Collections and Essential set of Library, Utility, & Tools for ReScript Lang especially in Web.
- Host: GitHub
- URL: https://github.com/r17x/rescript-libs
- Owner: r17x
- License: mit
- Created: 2021-04-20T17:05:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-12T10:37:17.000Z (about 2 years ago)
- Last Synced: 2024-05-23T07:59:43.609Z (5 months ago)
- Topics: abort-controller, dom, dom-api, dom-rect, html5, intersection-observer, javascript, lerna, react, rescript, rescript-lang, rescript-libs, web, web-api, web-dom, web-platform
- Language: ReScript
- Homepage:
- Size: 243 KB
- Stars: 23
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-made-by-indonesian - rescript-libs - `a Collections and Essential set of Library, Utility, & Tools for ReScript Lang especially in Web.` *by [RiN](https://github.com/ri7nz)* (R)
README
# rescript-libs
> a Collections and Essential set of Library, Utility, & Tools for [ReScript Lang](https://rescript-lang.org/)
[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lerna.js.org/)## List of Library
* [rescipt-intersection-observer](https://github.com/ri7nz/rescript-libs/tree/main/rescript-intersection-observer)
* [rescipt-dom](https://github.com/ri7nz/rescript-libs/tree/main/rescript-dom)## Contribution
* use [conventionalcommits.org](https://www.conventionalcommits.org/) a commit standard will be better and very intuitive.
* if you make a new feature or fixing. Please, make a pull request by project scope. (e.g: add feature for rescript-intersection-observer)## Acknowledgements
rescript-libs is based work on by the Authors and Contributors. There are, however, several influences that cannot be discovered directly
* [yarn-workspaces](https://classic.yarnpkg.com/en/docs/workspaces/) for project workspaces.
* [lerna](https://lerna.js.org/) for manage monorepo projects with `yarn` workspaces.
* [rescript-lang.org](https://rescript-lang.org/) the main reason why this project is exist.
* [conventionalcommits.org](https://www.conventionalcommits.org/) a commit standard will be better and very intuitive.
* and Inspired by
* [bloodyowl/rescript-recoil](https://github.com/bloodyowl/rescript-recoil)
* [reasonml-community/bs-webapi-incubator](https://github.com/reasonml-community/bs-webapi-incubator)