Async / Await in ReasonML

InstructorMurphy Randle

Share this video with your friends

Send Tweet

ReasonML is a fantastic way to write Javascript! But it doesn't yet have a built-in async / await syntax. Furthermore the built-in libraries for working with Javascript promises are awkward to work with, and produce code that's hard to read. This lesson will teach the viewer how to use the "bs-let" language extension (called a PPX) to achieve readable, easy to write promise-based code.

Andrew Del Prete
~ 5 years ago

This blew my mind Murph

Murphy Randleinstructor
~ 5 years ago

Haha, I hope in a good way!