This repository has been archived by the owner on Mar 17, 2023. It is now read-only.
Our entire library is written in ReasonML. This means the JSX transpilation to react function calls happens at compile time (Reason -> JS). There shouln't be another step using something like Babel necessary to get to the output.
Our previous release introduced such a dependency, this release fixes that.