Open
Description
Note this issue has some overlap with FAQ section issue #29.
We revamped the docs, but there are a few guides that are missing and that I think are essential.
Available
- @mateoholman Community section with good resources (e.g. Add Learning Resources section to the Community Resources on the website facebook/react#7117)
- @mrscobbler Glossary (similar to "Virtual DOM Terminology" that is now gone, but more friendly. Check http://redux.js.org/docs/Glossary.html for inspiration.)
- @chiangs Troubleshooting (there are ~5 common issues we should explain right away, like wrong element casing, not loaded DOM container, missing React in scope, etc. See http://redux.js.org/docs/Troubleshooting.html for inspiration)
- @madhug Manipulating Children (Using
cloneElement
andChildren
React.cloneElement docs are a bit light facebook/react#6942) - "Portals" (useful for modals)
- @mateoholman Animation with React Motion
- @jamesknelson Routing (no need to use React Router here, just show how to use
setState
with HTML5 history API and point to RR as a component-based API for it once v4 is out) - @ishankbahl Snapshot testing (Write documentation for
react-test-renderer
facebook/react#7431) - @mateoholman Publishing a Component (Docs request: build a React component library facebook/react#7882)
In progress
- @alexkrolick, @ishankbahl: AJAX (just show how to use
fetch()
in lifecycles, mention cancellation issues)
If somebody wants to work on this please comment here and let's figure out a plan. Help wanted!
Carry over from facebook/react/issues/8060