reagent/docs/README.md

32 lines
1.1 KiB
Markdown
Raw Normal View History

2018-02-12 22:05:14 +00:00
2018-02-13 05:26:05 +00:00
## Tutorials
The Basics:
2018-02-12 22:05:14 +00:00
2018-02-13 03:33:49 +00:00
1. [Creating Reagent Components](/docs/CreatingReagentComponents.md)
2018-02-12 22:05:14 +00:00
2. [Using [square brackets] instead of (parentheses)](/docs/UsingSquareBracketsInsteadOfParens.md)
3. [When do components update?](/docs/WhenDoComponentsUpdate.md)
2018-02-13 05:26:05 +00:00
Also:
* [purelyfunctional.tv ](https://purelyfunctional.tv/guide/reagent/) - an excellent written tutorial
2018-02-13 03:31:37 +00:00
* [Reagent Deep Dive Series by Timothy Pratley](http://timothypratley.blogspot.com.au/p/p.html) - a four part series
2018-02-13 03:28:03 +00:00
* [Props, Children & Component Lifecycle](https://www.martinklepsch.org/posts/props-children-and-component-lifecycle-in-reagent.html) by Martin Klepsch
2018-02-13 05:26:05 +00:00
## Commercial Videos Series
* [purelyfunctional.tv ](https://purelyfunctional.tv/guide/reagent/)
* [Lambda Island Videos](https://lambdaisland.com/collections/react-reagent-re-frame)
## Also
2018-02-12 22:05:14 +00:00
2018-02-13 05:26:05 +00:00
* [FAQs](/docs/FAQ)
2018-02-15 23:49:12 +00:00
* [Using Stateful JS Components - like D3 (links to docs in re-frame repo)](https://github.com/Day8/re-frame/blob/master/docs/Using-Stateful-JS-Components.md)
2018-02-13 00:05:20 +00:00
#### Misc Docs
2018-02-12 22:05:14 +00:00
2018-02-12 22:06:26 +00:00
- [0.8-upgrade](/docs/0.8-upgrade.md)
- [development](/docs/development.md)