Elm Architecture/Side Effect examples with Snabbdom and JSX

added by JavaScript Kicks
11/23/2015 4:57:57 PM

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