mirror of https://github.com/status-im/reagent.git
f97c7eb6ca | ||
---|---|---|
.. | ||
FAQ | ||
0.8-upgrade.md | ||
CreatingReagentComponents.md | ||
README.md | ||
ReagentUserManual_WIP.md | ||
UsingSquareBracketsInsteadOfParens.md | ||
WhenDoComponentsUpdate.md | ||
development.md |
README.md
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