permalinkReact in PureScript

The modern day composer refuses to die

Edgard Varèse

PureScript is a functional programming language. Therefore, its main building block are data and functions. From these building blocks code authors produce arbitrarily complex code by means of composition.

React is the most popular library for building web applications. It allows to split frontend applications into small components. Complicated User Interfaces consist of composed components.

So why not compose PureScript and React?