mirror of
https://github.com/status-im/re-frame.git
synced 2025-02-23 23:38:11 +00:00
The code caused interceptors to be added twice, leading e.g. to duplicate log messages. This patch fixes the docs.
Introduction
Event Handlers
Subscriptions
Other Tutorials
- purelyfunctional.tv - a excellent, written overview.
- Lambda Island Videos - commercial videos on clojure, with some on re-frame
Reagent Tutorials
- The Basics (look at the bottom of that page)
- Lambda Island Videos. There's a 3 part series.
- purelyfunctional.tv - a written overview
- Reagent Deep Dive Series from Timothy Pratley four part series
- Props, Children & Component Lifecycle by Martin Klepsch