forked from reactjs/ko.react.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsidebarBlog.json
More file actions
175 lines (175 loc) · 5.83 KB
/
sidebarBlog.json
File metadata and controls
175 lines (175 loc) · 5.83 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
{
"title": "블로그",
"path": "/blog",
"routes": [
{
"hasSectionHeader": true,
"sectionHeader": "최신 소식"
},
{
"title": "블로그",
"path": "/blog",
"skipBreadcrumb": true,
"routes": [
{
"title": "React Conf 2025 요약",
"titleForHomepage": "React Conf 2025 요약",
"icon": "blog",
"date": "2025.10.16",
"path": "/blog/2025/10/16/react-conf-2025-recap"
},
{
"title": "React 컴파일러 v1.0",
"titleForHomepage": "React 컴파일러 v1.0",
"icon": "blog",
"date": "2025.10.08",
"path": "/blog/2025/10/07/react-compiler-1"
},
{
"title": "React Foundation 소개",
"titleForHomepage": "React Foundation 소개",
"icon": "blog",
"date": "2025.10.07",
"path": "/blog/2025/10/07/introducing-the-react-foundation"
},
{
"title": "React 19.2",
"titleForHomepage": "React 19.2",
"icon": "blog",
"date": "2025.10.01",
"path": "/blog/2025/10/01/react-19-2"
},
{
"title": "React Labs: View Transitions, Activity 등",
"titleForHomepage": "View Transitions와 Activity",
"icon": "labs",
"date": "2025.04.23",
"path": "/blog/2025/04/23/react-labs-view-transitions-activity-and-more"
},
{
"title": "React 컴파일러 RC",
"titleForHomepage": "React 컴파일러 RC",
"icon": "blog",
"date": "2025.04.21",
"path": "/blog/2025/04/21/react-compiler-rc"
},
{
"title": "Create React App 지원 종료",
"titleForHomepage": "Create React App 지원 종료",
"icon": "blog",
"date": "2025.02.14",
"path": "/blog/2025/02/14/sunsetting-create-react-app"
},
{
"title": "React 19",
"titleForHomepage": "React 19",
"icon": "blog",
"date": "2024.12.05",
"path": "/blog/2024/12/05/react-19"
},
{
"title": "React 컴파일러 베타 릴리스 및 로드맵",
"titleForHomepage": "React 컴파일러 베타 릴리스 및 로드맵",
"icon": "blog",
"date": "2024.10.21",
"path": "/blog/2024/10/21/react-compiler-beta-release"
},
{
"title": "React Conf 2024 요약",
"titleForHomepage": "React Conf 2024 요약",
"icon": "blog",
"date": "2024.05.22",
"path": "/blog/2024/05/22/react-conf-2024-recap"
},
{
"title": "React 19 RC",
"titleForHomepage": "React 19 RC",
"icon": "blog",
"date": "2024.04.25",
"path": "/blog/2024/04/25/react-19"
},
{
"title": "React 19 RC 업그레이드 가이드",
"titleForHomepage": "React 19 RC 업그레이드 가이드",
"icon": "blog",
"date": "2024.04.25",
"path": "/blog/2024/04/25/react-19-upgrade-guide"
},
{
"title": "React Labs: 그동안의 작업 - 2024년 2월",
"titleForHomepage": "React Labs: 2024년 2월",
"icon": "labs",
"date": "2024.02.15",
"path": "/blog/2024/02/15/react-labs-what-we-have-been-working-on-february-2024"
},
{
"title": "React Canaries: Meta 외부에서의 점진적 기능 출시",
"titleForHomepage": "React Canaries: 점진적 기능 출시",
"icon": "blog",
"date": "2023.05.03",
"path": "/blog/2023/05/03/react-canaries"
},
{
"title": "React Labs: 그동안의 작업 - 2023년 3월",
"titleForHomepage": "React Labs: 2023년 3월",
"icon": "labs",
"date": "2023.03.22",
"path": "/blog/2023/03/22/react-labs-what-we-have-been-working-on-march-2023"
},
{
"title": "react.dev 소개",
"titleForHomepage": "react.dev 소개",
"icon": "blog",
"date": "2023.03.16",
"path": "/blog/2023/03/16/introducing-react-dev"
},
{
"title": "React Labs: 그동안의 작업 - 2022년 6월",
"titleForHomepage": "React Labs: 2022년 6월",
"icon": "labs",
"date": "2022.06.15",
"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": "2022.03.29",
"path": "/blog/2022/03/29/react-v18"
},
{
"title": "React 18로 업그레이드하는 방법",
"titleForHomepage": "React 18로 업그레이드하는 방법",
"icon": "blog",
"date": "2022.03.08",
"path": "/blog/2022/03/08/react-18-upgrade-guide"
},
{
"title": "React Conf 2021 요약",
"titleForHomepage": "React Conf 2021 요약",
"icon": "blog",
"date": "2021.12.17",
"path": "/blog/2021/12/17/react-conf-2021-recap"
},
{
"title": "React 18에 대한 계획",
"titleForHomepage": "React 18에 대한 계획",
"icon": "blog",
"date": "2021.06.08",
"path": "/blog/2021/06/08/the-plan-for-react-18"
},
{
"title": "제로 번들 사이즈 React 서버 컴포넌트를 소개합니다",
"titleForHomepage": "서버 컴포넌트 소개",
"icon": "labs",
"date": "2020.12.21",
"path": "/blog/2020/12/21/data-fetching-with-react-server-components"
},
{
"title": "이전 글",
"path": "https://reactjs.org/blog/all.html"
}
]
}
]
}