mirror of https://github.com/status-im/reagent.git
Update README.md
This commit is contained in:
parent
428180eb72
commit
dd862d820e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue