Files
react.dev/src/sidebarBlog.json
Ricky 358d2be565 [blog + docs] React Labs: View Transitions, Activity, and more (#7772)
* init

* Add new error

* Bunch of updates

* Add addTransitionType

* Add Activity

* Expand on Activity

* Expand more on Activity

* Start on vt examples

* wip

* wip

* wip 2

* bump deploy

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* init

* Add new error

* Bunch of updates

* Add addTransitionType

* Add Activity

* Expand on Activity

* Expand more on Activity

* Start on vt examples

* wip

* wip

* wip 2

* bump deploy

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* Update existing VT examples to use video items

* Suspense animation example

* Add customization example

* typos

* Remove TODOs -- we might still want these but cutting scope

* Address wp feedback

* Fix reorder example

* wip

* wip

* wip

* wip

* fix activity iframe resize

---------

Co-authored-by: Jack Pope <jackpope1@gmail.com>
2025-04-23 11:27:48 -04:00

148 lines
4.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"title": "Blog",
"path": "/blog",
"routes": [
{
"hasSectionHeader": true,
"sectionHeader": "STAY INFORMED"
},
{
"title": "Blog",
"path": "/blog",
"skipBreadcrumb": true,
"routes": [
{
"title": "React Labs: View Transitions, Activity, and more",
"titleForHomepage": "View Transitions and Activity",
"icon": "blog",
"date": "April 23, 2025",
"path": "/blog/2025/04/23/react-labs-view-transitions-activity-and-more"
},
{
"title": "React Compiler RC",
"titleForHomepage": "React Compiler RC",
"icon": "blog",
"date": "April 21, 2025",
"path": "/blog/2025/04/21/react-compiler-rc"
},
{
"title": "Sunsetting Create React App",
"titleForHomepage": "Sunsetting Create React App",
"icon": "blog",
"date": "February 14, 2025",
"path": "/blog/2025/02/14/sunsetting-create-react-app"
},
{
"title": "React 19",
"titleForHomepage": "React 19",
"icon": "blog",
"date": "December 05, 2024",
"path": "/blog/2024/12/05/react-19"
},
{
"title": "React Compiler Beta Release and Roadmap",
"titleForHomepage": "React Compiler Beta Release and Roadmap",
"icon": "blog",
"date": "October 21, 2024",
"path": "/blog/2024/10/21/react-compiler-beta-release"
},
{
"title": "React Conf 2024 Recap",
"titleForHomepage": "React Conf 2024 Recap",
"icon": "blog",
"date": "May 22, 2024",
"path": "/blog/2024/05/22/react-conf-2024-recap"
},
{
"title": "React 19 RC",
"titleForHomepage": "React 19 RC",
"icon": "blog",
"date": "April 25, 2024",
"path": "/blog/2024/04/25/react-19"
},
{
"title": "React 19 RC Upgrade Guide",
"titleForHomepage": "React 19 RC Upgrade Guide",
"icon": "blog",
"date": "April 25, 2024",
"path": "/blog/2024/04/25/react-19-upgrade-guide"
},
{
"title": "React Labs: What We've Been Working On February 2024",
"titleForHomepage": "React Labs: February 2024",
"icon": "labs",
"date": "February 15, 2024",
"path": "/blog/2024/02/15/react-labs-what-we-have-been-working-on-february-2024"
},
{
"title": "React Canaries: Enabling Incremental Feature Rollout Outside Meta",
"titleForHomepage": "React Canaries: Incremental Feature Rollout",
"icon": "blog",
"date": "May 3, 2023",
"path": "/blog/2023/05/03/react-canaries"
},
{
"title": "React Labs: What We've Been Working On March 2023",
"titleForHomepage": "React Labs: March 2023",
"icon": "labs",
"date": "March 22, 2023",
"path": "/blog/2023/03/22/react-labs-what-we-have-been-working-on-march-2023"
},
{
"title": "Introducing react.dev",
"titleForHomepage": "Introducing react.dev",
"icon": "blog",
"date": "March 16, 2023",
"path": "/blog/2023/03/16/introducing-react-dev"
},
{
"title": "React Labs: What We've Been Working On June 2022",
"titleForHomepage": "React Labs: June 2022",
"icon": "labs",
"date": "June 15, 2022",
"path": "/blog/2022/06/15/react-labs-what-we-have-been-working-on-june-2022"
},
{
"title": "React v18.0",
"titleForHomepage": "React v18.0",
"icon": "blog",
"date": "March 29, 2022",
"path": "/blog/2022/03/29/react-v18"
},
{
"title": "How to Upgrade to React 18",
"titleForHomepage": "Upgrading to React 18",
"icon": "blog",
"date": "March 8, 2022",
"path": "/blog/2022/03/08/react-18-upgrade-guide"
},
{
"title": "React Conf 2021 Recap",
"titleForHomepage": "React Conf 2021 Recap",
"icon": "blog",
"date": "December 17, 2021",
"path": "/blog/2021/12/17/react-conf-2021-recap"
},
{
"title": "The Plan for React 18",
"titleForHomepage": "The Plan for React 18",
"icon": "blog",
"date": "June 8, 2021",
"path": "/blog/2021/06/08/the-plan-for-react-18"
},
{
"title": "Introducing Server Components",
"titleForHomepage": "Introducing Server Components",
"icon": "labs",
"date": "December 21, 2020",
"path": "/blog/2020/12/21/data-fetching-with-react-server-components"
},
{
"title": "Older posts",
"path": "https://reactjs.org/blog/all.html"
}
]
}
]
}