Async await like syntax, without ppx in Rescript !!!

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

functional-programmingrescriptReasonMLPromise
Read

Awesome list in rescript

Lets try to understand list in rescript better by creating our own list

May 29, 2021

functional-programmingrescriptReasonMLlist
Read

Filtering an array using a function that returns a promise

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

promisejavascripttypescript
Read

Scan function in just one line in TS

Create scan function in typescript/javascript in just one line using lodash

Aug 01, 2020

functional-programmingjavascripttypescript
Read