mirror of https://github.com/status-im/reagent.git
966 B
966 B
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