5 ms·
I've been using ReScript for a few months now. So far I mostly like it, but it takes some time to get used to it. The error messages can be confusing though so
by onox 5y ago
I've been using ReScript for a few months now. So far I mostly like it, but it takes some time to get used to it. The error messages can be confusing though so I try not to depend too much on type inference. The other downside is that some bindings for some of the web apis seem to be missing (like for the types in the Dom module).
Btw, for Material UI there are already bindings [1]
[1] https://github.com/cca-io/rescript-material-ui https://github.com/cca-io/rescript-material-ui
- PUSH_AX 5y ago> The error messages can be confusing though I mean TS has that problem too anyway. They're terrible.