-
Notifications
You must be signed in to change notification settings - Fork 49.3k
Closed
Labels
Description
We revamped the docs, but there are a few guides that are missing and that I think are essential.
- Community section with good resources (e.g. Add Learning Resources section to the Community Resources on the website #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.)
- 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)
- Accessibility
- @madhug Manipulating Children (Using
cloneElement
andChildren
React.cloneElement docs are a bit light #6942) - "Portals" (useful for modals)
- 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) - AJAX (just show how to use
fetch()
in lifecycles, mention cancellation issues) - Integrating with non-React code (show how to wrap jQuery plugin in React, how to expose React component as a Backbone view, and how to consume Backbone models) Add guide on integrating with non-react code #9316 (review)
- ReactPerf should include a basic usage example, not just reference (Request: Better documentation of react-addons-perf #6174)
- Snapshot testing (Write documentation for
react-test-renderer
#7431) - Publishing a Component (Docs request: build a React component library #7882)
If somebody wants to work on this please comment here and let's figure out a plan.
Help wanted!
hramos, lacker, rthor, amalv, mtomcal and 11 more