March 2019
Intermediate to advanced
208 pages
5h 11m
English
In this chapter, you’ll learn how to interoperate with existing JavaScript code by calling functions written in JavaScript and by creating and accessing JavaScript objects. This lets your ReasonML programs make use of the enormous number of libraries and modules written in JavaScript. By the end of this chapter, we’ll have developed a program that involves interoperating with JavaScript on both the client and server, using the shirt orders that we looked at in Putting Modules to Work.

We’ll set up an Express[29] server and send the client an HTML page with a form.
The client will select the information they ...
Read now
Unlock full access