mirror of https://github.com/status-im/reagent.git
Pull FAQs up a level to make more available. Other small reorg.
This commit is contained in:
parent
f7c0b8c6c4
commit
a81e4a56f5
|
@ -1,8 +1,6 @@
|
||||||
|
|
||||||
## Tutorials
|
## Tutorials
|
||||||
|
|
||||||
The Basics:
|
|
||||||
|
|
||||||
1. [Using Hiccup to Describe HTML](/docs/UsingHiccupToDescribeHTML.md)
|
1. [Using Hiccup to Describe HTML](/docs/UsingHiccupToDescribeHTML.md)
|
||||||
2. [Creating Reagent Components](/docs/CreatingReagentComponents.md)
|
2. [Creating Reagent Components](/docs/CreatingReagentComponents.md)
|
||||||
3. [Using [square brackets] instead of (parentheses)](/docs/UsingSquareBracketsInsteadOfParens.md)
|
3. [Using [square brackets] instead of (parentheses)](/docs/UsingSquareBracketsInsteadOfParens.md)
|
||||||
|
@ -12,23 +10,24 @@ The Basics:
|
||||||
7. [Interop with React](/docs/InteropWithReact.md)
|
7. [Interop with React](/docs/InteropWithReact.md)
|
||||||
|
|
||||||
Also:
|
Also:
|
||||||
* [purelyfunctional.tv ](https://purelyfunctional.tv/guide/reagent/) - an excellent written tutorial
|
* [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
|
* [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
|
* [Props, Children & Component Lifecycle](https://www.martinklepsch.org/posts/props-children-and-component-lifecycle-in-reagent.html) by Martin Klepsch
|
||||||
|
* [Using Stateful JS Components - like D3](https://github.com/Day8/re-frame/blob/master/docs/Using-Stateful-JS-Components.md) (external link)
|
||||||
|
|
||||||
|
## Frequently Asked Questions
|
||||||
|
|
||||||
|
1. [How can I use an entity like "nbsp"?](FAQ/UsingAnEntity.md)
|
||||||
|
2. [Why is my attribute (like autoFocus) missing?](FAQ/MyAttributesAreMissing.md)
|
||||||
|
3. [How can I use React's dangerouslySetInnerHTML?](FAQ/dangerouslySetInnerHTML.md)
|
||||||
|
3. [How do I force Component re-creation?](https://groups.google.com/forum/#!topic/reagent-project/tNY4gzk7TUY) (external link)
|
||||||
|
4. [How do I access "props" in lifecycle methods?](http://nils-blum-oeste.net/clojurescripts-reagent-using-props-in-lifecycle-hooks/) (external link)
|
||||||
|
|
||||||
## Commercial Videos Series
|
## Commercial Videos Series
|
||||||
|
|
||||||
* [purelyfunctional.tv ](https://purelyfunctional.tv/guide/reagent/)
|
* [purelyfunctional.tv ](https://purelyfunctional.tv/guide/reagent/)
|
||||||
* [Lambda Island Videos](https://lambdaisland.com/collections/react-reagent-re-frame)
|
* [Lambda Island Videos](https://lambdaisland.com/collections/react-reagent-re-frame)
|
||||||
|
|
||||||
|
|
||||||
## Also
|
|
||||||
|
|
||||||
* [FAQs](/docs/FAQ)
|
|
||||||
* [Using Stateful JS Components - like D3 (links to docs in re-frame repo)](https://github.com/Day8/re-frame/blob/master/docs/Using-Stateful-JS-Components.md)
|
|
||||||
|
|
||||||
|
|
||||||
#### Misc Docs
|
#### Misc Docs
|
||||||
|
|
||||||
- [0.8-upgrade](/docs/0.8-upgrade.md)
|
- [0.8-upgrade](/docs/0.8-upgrade.md)
|
||||||
|
|
Loading…
Reference in New Issue