Update `/docs` README with new FAQ entry on refs

This commit is contained in:
Mike Thompson 2018-02-27 12:20:33 +11:00 committed by GitHub
parent a81e4a56f5
commit e3e7324548
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ Also:
## Frequently Asked Questions ## Frequently Asked Questions
1. [How do I use React's "refs"](FAQ/UsingRefs.md)
1. [How can I use an entity like "nbsp"?](FAQ/UsingAnEntity.md) 1. [How can I use an entity like "nbsp"?](FAQ/UsingAnEntity.md)
2. [Why is my attribute (like autoFocus) missing?](FAQ/MyAttributesAreMissing.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 can I use React's dangerouslySetInnerHTML?](FAQ/dangerouslySetInnerHTML.md)