Rescript does not support async await. You may have to use ppx to achieve that in Rescript. But what if we can do it with out using any ppx at all.
September 29, 2021
Lets try to understand list in rescript better by creating our own list
May 29, 2021
Things get interesting when you want to filter an array of values, with a function returning promise of boolean instead of just a boolean
Sep 3, 2020
Create scan function in typescript/javascript in just one line using lodash
Aug 01, 2020