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
Ricky
f35d831c92
Fix key error ( #5302 )
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 Abramov
2896038b1f
[Beta] Remove nav fadein
It's pretty distracting when switching tabs.
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
Ricky
dfc73fb567
[beta] Add blog links ( #5008 )
3 years ago
Dan Abramov
18a4fc0220
[Beta] Misc fixes
3 years ago
dan
f7c91ebbf1
[Beta] Refactor Navigation ( #5001 )
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
Yousef M. El-Gohary
9721c9d11d
Add loading indicator to sidebar links ( #4693 )
* add loading indicator to sidebar links
* fix clicking on same route whould show indicator
* maybe final?
* handle routeChangeError as well as cleaning up timeout
* clearing timeout before creating one instead of routeChangeError
* rm unused
* add license header
* Update usePendingRoute.ts
Co-authored-by: dan <dan.abramov@gmail.com>
3 years ago
Strek
01afd01325
[Beta]Move all possible style to tailwind classes ( #4054 )
* Move all possible style to tailwind classes
* Update Sidebar.tsx
* fix-collapsable-color
* dry run and commit
* Update SidebarLink.tsx
* Fixes review comments for aria tags
* Remove extended tailwind configs
* Update tailwind.config.js
* Update Sidebar.tsx
3 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