1. React
  2. ReactiveConf
  3. 2018
  4. Compose All the Things

Compose All the Things

Thomas Sojka at ReactiveConf 2018

Functional composition can help to build flexible and readable APIs. It is a concept that can be translated into a variety of programming languages and domains and is therefore not limited to JavaScript. This talk helps to understand the advantages of functional composition and to explain its underlying ideas. Furthermore, it bridges practical programming concepts such as testing or dependency injection with functional programming concepts such as pure functions or partial application.