dan
|
c9e2e39940
|
[Beta] Refactor navigation logic (#5492)
* Pass route lists explicitly
* Inline MarkdownPage into Page
* Pass breadcrumbs from above
* Remove state from router utils
* Pass section from above
|
2 years ago |
dan
|
ddde7e8fdc
|
[Beta] Sidebar groups (#5402)
|
2 years ago |
dan
|
1a641bb88e
|
[Beta] Revamp navigation (#5287)
* [Beta] Split API reference
* Learn | Hooks | APIs
* tsc
* nav changes
* redirects and url changes
* twk
* alt take
* fix;
* wip
* nav?
* tsc
* twk
* tweaks
* index pages
* cleanup
* undo changes
* edits
* edits
|
2 years ago |
dan
|
4c37115f3f
|
[Beta] Code style tweaks (#5104)
* Use named React imports
* More manual edits
* Remove displayNames
* rm dead code
|
3 years ago |
Dan Abramov
|
18a4fc0220
|
[Beta] Misc fixes
|
3 years ago |
dan
|
6e21a2e5a8
|
[Beta] Move from MDX loader to getStaticPaths (#4990)
* Move Markdown from src/pages to src/content
* Use getStaticProps
* Fix Fast Refresh
* Clean up
* rm unused
* Fixes
|
3 years ago |
Ricky
|
2890036c69
|
Add stub pages for all React and ReactDOM APIs (#4910)
* Add ReactDOM Client APIs
* Feedback fixes
* TODO and link fixes
* Update createRoot.md
* Nits
* Nits
* Update reactdomclient.md
* Update hydrateRoot.md
* Update hydrateRoot.md
* Update createRoot.md
* Update hydrateRoot.md
* createRoot tweaks
* bla
* tweaks
* tweaks
* tweak
* bump
* Add another troubleshooting error
* Add stubs for React.* APIs
* Add and organize remaining APIs
* Update links
* fix whitespace
* Add re-directs for old API URLs
* Fix some links
* Add StrictMode
Co-authored-by: dan <dan.abramov@gmail.com>
|
3 years ago |
harish-sethuraman
|
8333b6d127
|
Fixes wrong breadcrumb for 404 page (#4074)
* Fixes wrong breadcrumb for 404 page
* Change Home as default layout
* Add layout Learn to the pages inside learn
|
4 years ago |
Rachel Nabors
|
981db3397e
|
Initial check-in of new React docs and website
Co-authored-by: Dan Abramov <dan.abramov@me.com>
Co-authored-by: Sylwia Vargas <sylwia.vargas@gmail.com>
Co-authored-by: Dan Lebowitz <dan.lebo@me.com>
Co-authored-by: Razvan Gradinar <grazvan@fb.com>
Co-authored-by: Jared Palmer <jared@palmer.net>
Co-authored-by: Dane Grant <danecando@gmail.com>
Co-authored-by: Dustin Goodman <dustin.s.goodman@gmail.com>
Co-authored-by: Rick Hanlon <rickhanlonii@gmail.com>
Co-authored-by: Maggie Appleton <maggie.fm.appleton@gmail.com>
Co-authored-by: Alex Moldovan <alex.n.moldovan@gmail.com>
Co-authored-by: Ives van Hoorne <ives.v.h@gmail.com>
Co-authored-by: Brian Vaughn <bvaughn@fb.com>
Co-authored-by: Dmitri Pavlutin <dpavlutin@gmail.com>
|
4 years ago |