Update docs README

This commit is contained in:
Mike Thompson 2018-02-13 16:26:05 +11:00 committed by GitHub
parent fe28a45543
commit 4725e5db8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 7 deletions

View File

@ -1,21 +1,27 @@
## Basic Tutorials
## Tutorials
The Basics:
1. [Creating Reagent Components](/docs/CreatingReagentComponents.md)
2. [Using [square brackets] instead of (parentheses)](/docs/UsingSquareBracketsInsteadOfParens.md)
3. [When do components update?](/docs/WhenDoComponentsUpdate.md)
## More Tutorials
* [Lambda Island Videos](https://lambdaisland.com/collections/react-reagent-re-frame) - there's a 3 part series.
* [purelyfunctional.tv ](https://purelyfunctional.tv/guide/reagent/) - an written tutorial, plus commercial videos.
Also:
* [purelyfunctional.tv ](https://purelyfunctional.tv/guide/reagent/) - an excellent written tutorial
* [Reagent Deep Dive Series by Timothy Pratley](http://timothypratley.blogspot.com.au/p/p.html) - a four part series
* [Props, Children & Component Lifecycle](https://www.martinklepsch.org/posts/props-children-and-component-lifecycle-in-reagent.html) by Martin Klepsch
## Other Resources
## Commercial Videos Series
[FAQs](/docs/FAQ)
* [purelyfunctional.tv ](https://purelyfunctional.tv/guide/reagent/)
* [Lambda Island Videos](https://lambdaisland.com/collections/react-reagent-re-frame)
## Also
* [FAQs](/docs/FAQ)
#### Misc Docs