Quantcast
Channel: ReScript Forum - Latest posts
Viewing all articles
Browse latest Browse all 2592

Bindings: to create or reuse

$
0
0

Outside of rescript react and core, I don’t think we’ve ever installed any other community bindings. We just write our own bindings when we need them.

Few reasons I can think of:

  1. Always worried that the bindings I find on someone’s github has partial coverage and may be missing something we need. Without the ability to extend, you end up with like Express2.res files that have one function in them

  2. For some bindings that I was interested in, the bindings took a custom implementation approach – like reductive or bs-jest for redux and jest, when most the time I’m looking for zero cost

  3. There’s a bit of friction with finding, installing the library, installing the rescript version of it, and adding it again to rescript.json that makes just feel easier to copy paste into a new file


Viewing all articles
Browse latest Browse all 2592

Trending Articles