Update README.md

This commit is contained in:
Mike Thompson 2018-02-13 14:28:03 +11:00 committed by GitHub
parent 428180eb72
commit dd862d820e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -1,10 +1,18 @@
## Tutorials
## Basic Tutorials
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)
## More Tutorials
* [Lambda Island Videos](https://lambdaisland.com/episodes). There's a 3 part series.
* [purelyfunctional.tv ](https://purelyfunctional.tv/guide/reagent/) - a written overview
* [Reagent Deep Dive Series from Timothy Pratley](http://timothypratley.blogspot.com.au/p/p.html) 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
[FAQs](/docs/FAQ)