-
Notifications
You must be signed in to change notification settings - Fork 50.2k
Closed
Labels
Description
We just completely rewrote docs in #7864.
They're bound to cause some issues, have some mistakes, etc.
Let's keep this issue as an umbrella for all problems we're discovering after the initial rollout.
- Old links shouldn't be 404! Major issue.
- Topbar points to
https://facebook.github.io/react/index.htmlwhich is ugly URL - We shouldn't use
Numberas an identifier docs: list and key examples override Number #8034 - Remove vars everywhere except ES5 page
- JSX in depth has weird names like
Story1,render2@lacker - JSX in depth shows a failing example with
<hello>tag but doesn't show how to fix it @lacker - Localized pages are gone: need to set up a new streamlined localization effort (cc @thejameskyle)
- Mention in default index.html that it is not production-ready
- Mark
mockComponentas legacy and unnecessary
Don't make mockComponent depend on Jest #2499 (comment) -
shallowCompareon Addons page should recommendPureComponentinstead - Figure out what to do with Community section ([Docs] Community section #6099)
- Mention string refs
- Forms doc has mistakes
- Forms doc uses setState for uncontrolled components which is confusing
- Installation is messy