mirror of
https://github.com/status-im/reagent.git
synced 2025-01-13 05:14:45 +00:00
Tutorials
The Basics:
- Creating Reagent Components
- Using [square brackets] instead of (parentheses)
- When do components update?
Also:
- purelyfunctional.tv - an excellent written tutorial
- Reagent Deep Dive Series by Timothy Pratley - a four part series
- Props, Children & Component Lifecycle by Martin Klepsch