Functional UIs and Unidirectional Dataflow by Mikael Brevik at JSConf Budapest 2015

Slides: #mikaelbrevik Let us bring back the days where we could write declarative representations of how we want our UI components to work. We should be able to read our code from top to bottom and intuitively know what the output will be, just like the good old HTML, but with the power of functional programming.
Back to Top