What is your experiences being a reasonml package's author?


#1

I want to start a general discussion about being a package’s author in ReasonML. What was the challenges? Anything that’s different from JS world?

Let’s me start first:

  1. The situation around namespace is unfortunately, I want to use namespace for my package but at the same time I want to choose the name instead of an auto-generated one based on npm’s package name.
  2. Publishing ReasonML package is extremely easy, no need to deal with different builds (ESM, CM, minified, …)