1. The document describes an example rock-paper-scissors game app built with re-frame and ClojureScript.
2. It introduces re-frame and its data flow architecture, including events, effects, queries, and views.
3. It also discusses strategies for integrating ClojureSpec with re-frame apps for specification and testing of domain logic and app database.