reagent/docs/README.md

25 lines
924 B
Markdown
Raw Normal View History

2018-02-12 22:05:14 +00:00
2018-02-13 03:28:03 +00:00
## Basic Tutorials
2018-02-12 22:05:14 +00:00
1. [Creating Reagent Components.md](/docs/CreatingReagentComponents.md)
2. [Using [square brackets] instead of (parentheses)](/docs/UsingSquareBracketsInsteadOfParens.md)
3. [When do components update?](/docs/WhenDoComponentsUpdate.md)
2018-02-13 03:28:03 +00:00
## More Tutorials
2018-02-13 03:31:37 +00:00
* [Lambda Island Videos](https://lambdaisland.com/collections/react-reagent-re-frame) - there's a 3 part series.
2018-02-13 03:29:14 +00:00
* [purelyfunctional.tv ](https://purelyfunctional.tv/guide/reagent/) - an written tutorial, plus commercial videos.
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 00:05:20 +00:00
## Other Resources
2018-02-12 22:05:14 +00:00
2018-02-13 00:05:20 +00:00
[FAQs](/docs/FAQ)
#### 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)