Brian Vaughn
574b3b0c24
Merge pull request #13 from yangshun/fix-repo-url
Migrate repo URLs
7 years ago
Dan Abramov
09cde5959e
Merge pull request #32 from leticiawanderley/issue-23-broken-link-fix
Bug #23 - Fixing broken download link
7 years ago
Dan Abramov
d099f65314
Update installation.md
7 years ago
Dan Abramov
b99b301f1e
Add single file HTML example
7 years ago
Brian Vaughn
a7817cacdd
Merge pull request #34 from bvaughn/update-headers
Updated license name in headers
7 years ago
Brian Vaughn
c9e1c3b834
Updated license name in headers
7 years ago
Dan Abramov
2ec96b13bd
Merge pull request #33 from leticiawanderley/repo-readme-broken-link
Fix - broken repo link on README
7 years ago
Leticia Wanderley
82136fed26
Fix - broken repo link on README
7 years ago
Leticia Wanderley
52cbef4daf
Bug #23 - Fixing broken download link
7 years ago
Krzysztof Borowy
eb42882374
Images for error boundaries
7 years ago
Krzysztof Borowy
1394c0e439
Added error boundaries docs
7 years ago
Yangshun Tay
7c6f185134
Ensure all class constructors call super with props
7 years ago
Yangshun Tay
fb02750d9a
Fix repo URLs
7 years ago
Brian Vaughn
9c68ee4afd
Fixed a couple of oudated things in package.json
7 years ago
Brian Vaughn
95ea182097
Added static redirect for HTML-to-JSX page
7 years ago
Brian Vaughn
1349493721
Small README update
7 years ago
Brian Vaughn
1de4c66dc6
Added some basic Flow types to get things started
7 years ago
Brian Vaughn
8d54bd01a3
Prettier formatted flow-typed and plugins dirs
7 years ago
Brian Vaughn
1da83176da
Moved Prettier config to config file
7 years ago
Brian Vaughn
192c429a21
Added missing title and og:url to 1-off pages
7 years ago
Brian Vaughn
5134f71e20
Removed /docs/index redirect from docs/accessibility
7 years ago
Brian Vaughn
eb1994b0d2
Fixes to markdown content/paths
7 years ago
Brian Vaughn
9d9b2021ed
Migrated Gatsby website source and config
7 years ago
Brian Vaughn
93aa551f1a
Reorganized 'docs' folder
7 years ago
Dan Abramov
a305ded256
Tweak wording based on @landermkerbey's suggestion in #10433#issuecomment-324488168
7 years ago
Yangshun Tay
c6d3f1acfd
Fix blog issues that resulted from migration ( #11089 )
7 years ago
Gustavo Gard
3b0a77dcaf
Correct logo url ( #11090 )
7 years ago
Dominic Gannaway
76b625ba80
Fixes example in Web Components docs ( #11039 )
* fixes docs on webcomponent
* Update web-components.md
7 years ago
Dan Abramov
cb860f4a5b
Update button labels
7 years ago
Yangshun Tay
bddc8a33bf
Fix all GitHub issues and PRs query params ( #11066 )
7 years ago
pyitphyoaung
e506e9c66b
Replace hyperlink tag with button tag in tic-tac-toe tutorial and update related references in the tutorial document ( #11045 )
7 years ago
Bernard Lin
c954924f97
Update conferences ( #10781 )
* Update conferences
* Update conferences.md
7 years ago
matej
3ef329e9d6
Fixing how to contribute beginner friendly issues GitHub link ( #11063 )
* Fixing how to contribute beginner friendly issues GitHub link
* Fixing again url for how to contribute beginner friendly issues GitHub link
7 years ago
Flarnie Marchan
5d14fe92b5
[Website] Add titles and labels to iframes and images on Community pages ( #11041 )
* [Website] Add titles and labels to iframes and images on Community pages
**what is the change?:**
- add titles to all iframes
- add alt tags to images
- add `aria-label` to some links which only have images as contents.
**why make this change?:**
Based on warnings thrown by aXe a11y audit of those pages
**test plan:**
Manual testing
**issue:**
None
* remove redundant alt tags
7 years ago
Ricky Reusser
11bd6395e1
Remove bundle-collapser browserify recommendation ( #11051 )
* Move bundle-collapser browserify plugin recommendation to a note.
* Remove bundle-collapser note entirely
7 years ago
Brian Vaughn
d2b10ee4e8
Refactored Installation page to no longer use tabs ( #11050 )
7 years ago
Orjiewuru Kingdom Isaac
f2ebac725e
Update react summit Nigeria title ( #11046 )
7 years ago
Vicky Chijwani
f8dceef015
Docs: add link to DOM Level 3 spec for possible values of `key` prop ( #11042 )
7 years ago
Dan Abramov
c17d178053
Fix lint
7 years ago
Yangshun Tay
a6ed7e1ad3
Ensure all external links have consistent behavior ( #11012 )
7 years ago
Cole Turner
d9415384b2
Clarify implementation of tick() in Lifecycle docs ( #11002 )
This documentation change clarifies how the method `tick()` relates to the example given in the State and Lifecycle documentation. Why this change is necessary is because it may be confusing for beginners who may mistake `tick()` to be a lifecycle API hook. To clarify, the verbiage is changed so that it becomes more clear that the method is specific to the component and not the API.
7 years ago
Dan Abramov
b9214493b2
Clarify the IRC channel confusion
7 years ago
John Darryl Pelingo
9b22e92677
Combine rendered Note section ( #11026 )
7 years ago
Dan Abramov
9b5417dc53
Disambiguate #react and #reactjs IRC channels ( #11025 )
7 years ago
Goffert van Gool
358674714c
Update web-component docs to current standard ( #11020 )
The documentation example for Web Components uses deprecated Custom Element and Shadow DOM APIs [0]. This change updates the example to the v1 APIs, which are the current standard.
[0] https://developers.google.com/web/fundamentals/web-components/customelements#historysupport
7 years ago
Josh Hawkins
f39926bcb8
Improve docs for select multiple ( #9539 )
* Readd original select multiple note
* Update forms.md
7 years ago
Greg Myers
7379be383d
Update Reference-readme to remove React.DOM ( #10999 )
`React.DOM` is now Undefined in React 16 so `React.DOM.div` or `React.DOM.button` are no longer possible.
7 years ago
Jason O'Neil
6fdc75b3fe
Fix createPortal link in API docs ( #11000 )
The anchor name is lower case
7 years ago
Dan Abramov
794dc48b14
Fix HTML file download link
7 years ago
Pooya Parsa
e355e348b2
fix(examples/todo): don't submit empty values ( #10979 )
7 years ago