1.2.6 • Published 2 years ago

@zineapp/rescript-toolkit v1.2.6

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

About :bulb:

This package is a toolkit that contains bindings and utility modules for ReScript and React.

Goals 🎯

  • Aliases to the most common JS modules: Js.Array2 exposed as Array, Js.String2 exposed as String, Js.Console exposed as Console and more.
  • Focus on DX, if you do open ReScriptToolkit you should feel at home 🖤.
  • Simple bindings to libraries like emotion, react-use, etc.

What's inside :package:

Bindings

Modules

  • Media: A module to deal with media queries.
  • Render: A module helper to improve the code readability when converting values to JSX..

Aliases

  • Js.NullableNullable
  • Js.DateDate
  • Js.Array2Array
  • Js.String2String
  • Js.IntInt
  • Js.FloatFloat
  • Js.ObjObject
  • Js.ReRegex
  • Js.ConsoleConsole
  • Js.JsonJson

Installation :zap:

Install the package using yarn/npm:

  • Yarn
yarn add @portolab/rescript-toolkit
  • npm
npm i @portolab/rescript-toolkit

Then, add it to bs-dependenciesin your bsconfig.json:

{
  "bs-dependencies": [
    // ....
    "@portolab/rescript-toolkit" 
  ]
}

License

MIT

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago