You probably heard about React, and did you hear about Reagent? Reagent is a minimalistic interface between ClojureScript and React. ClojureScript, just as Elm, ReasonML and EcmaScript compile/transpile to JavaScript. With Reagent you can define components using nothing else but plain ClojureScript functions and data structures. Let’s take a look…