mirror of https://github.com/status-im/reagent.git
Update docs README
This commit is contained in:
parent
fe28a45543
commit
4725e5db8b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue