1278 Views
In a previous post we saw how to write web applications based on the Elm architectural pattern (using plain JavaScript and Snabbdom for Virtual DOM rendering). The main benefit of Elm architecture being that we can describe the application logic as a set of pure functions.
0 comments