Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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)