React is a JavaScript library for creating declarative UIs. It was
created by Facebook to simplify writing applications consisting of
many components. React allows you to describe how the UI should look and renders
it automatically via one way data binding. It achieves good
performance by using a virtual DOM that prevents unnecessary and
expensive DOM manipulations. Even better performance can be achieved
by leveraging the immutable data structures of ClojureScript. This is
an approach taken by Om and Reagent. In this talk you will get an
impression of using ClojureScript together with React in practice.