forked from reactjs/es.react.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsidebarBlog.json
More file actions
119 lines (119 loc) · 4.07 KB
/
Copy pathsidebarBlog.json
File metadata and controls
119 lines (119 loc) · 4.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"title": "Blog",
"path": "/blog",
"routes": [
{
"hasSectionHeader": true,
"sectionHeader": "MANTENTE INFORMADO"
},
{
"title": "Blog",
"path": "/blog",
"skipBreadcrumb": true,
"routes": [
{
"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": "15 de febrero de 2024",
"path": "/blog/2024/02/15/react-labs-what-we-have-been-working-on-february-2024"
},
{
"title": "React Canaries: Habilitar el despliegue incremental de características fuera de Meta",
"titleForHomepage": "React Canaries: Despliegue incremental de características",
"icon": "blog",
"date": "3 de mayo de 2023",
"path": "/blog/2023/05/03/react-canaries"
},
{
"title": "React Labs: What We've Been Working On – March 2023",
"titleForHomepage": "React Labs: Marzo 2023",
"icon": "labs",
"date": "22 de marzo de 2023",
"path": "/blog/2023/03/22/react-labs-what-we-have-been-working-on-march-2023"
},
{
"title": "Presentación de react.dev",
"titleForHomepage": "Presentación de react.dev",
"icon": "blog",
"date": "16 de marzo de 2023",
"path": "/blog/2023/03/16/introducing-react-dev"
},
{
"title": "React Labs: What We've Been Working On – June 2022",
"titleForHomepage": "React Labs: Junio 2022",
"icon": "labs",
"date": "15 de junio de 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": "29 de marzo de 2022",
"path": "/blog/2022/03/29/react-v18"
},
{
"title": "Cómo actualizar a React 18",
"titleForHomepage": "Actualización a React 18",
"icon": "blog",
"date": "8 de marzo de 2022",
"path": "/blog/2022/03/08/react-18-upgrade-guide"
},
{
"title": "Resumen de React Conf 2021",
"titleForHomepage": "Resumen de React Conf 2021",
"icon": "blog",
"date": "17 de diciembre de 2021",
"path": "/blog/2021/12/17/react-conf-2021-recap"
},
{
"title": "El plan para React 18",
"titleForHomepage": "El plan para React 18",
"icon": "blog",
"date": "8 de junio de 2021",
"path": "/blog/2021/06/08/the-plan-for-react-18"
},
{
"title": "Presentación de los Server Components",
"titleForHomepage": "Presentación de los Server Components",
"icon": "labs",
"date": "21 de diciembre de 2020",
"path": "/blog/2020/12/21/data-fetching-with-react-server-components"
},
{
"title": "Posts antiguos",
"path": "https://es.reactjs.org/blog/all.html"
}
]
}
]
}