Case Study - Using foreign component library inside a Haskell application

from blog The Haskell Programming Language's blog, | ↗ original
GHC since version 9.8 allows us to create callbacks from JS to Haskell code, which enables us to create full-fledged browser apps. This article shows how to use the JS backend with foreign component libraries.