@@ -92,8 +92,8 @@ export const Home: React.FC = () => {
9292 </ div >
9393 < h3 className = { styles . featureTitle } > Pre-rendered for Speed</ h3 >
9494 < p className = { styles . featureDescription } >
95- RSC runs at build time to generate optimized HTML. Your SPA
96- loads instantly with pre-rendered content .
95+ RSC runs at build time to generate static HTML. Your SPA loads
96+ instantly with minimal overhead .
9797 </ p >
9898 </ div >
9999
@@ -154,53 +154,10 @@ export const Home: React.FC = () => {
154154 < line x1 = "12" y1 = "3" x2 = "12" y2 = "15" />
155155 </ svg >
156156 </ div >
157- < h3 className = { styles . featureTitle } > Streaming Support </ h3 >
157+ < h3 className = { styles . featureTitle } > Code Splitting </ h3 >
158158 < p className = { styles . featureDescription } >
159- Use defer() to stream content progressively. Perfect for large
160- pages and slow data sources.
161- </ p >
162- </ div >
163-
164- < div className = { styles . featureCard } >
165- < div className = { styles . featureIcon } >
166- < svg
167- width = "24"
168- height = "24"
169- viewBox = "0 0 24 24"
170- fill = "none"
171- stroke = "currentColor"
172- strokeWidth = "2"
173- >
174- < path d = "M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z" />
175- < polyline points = "22,6 12,13 2,6" />
176- </ svg >
177- </ div >
178- < h3 className = { styles . featureTitle } > MDX Support</ h3 >
179- < p className = { styles . featureDescription } >
180- Write content in MDX with full component support. Perfect for
181- documentation sites and blogs.
182- </ p >
183- </ div >
184-
185- < div className = { styles . featureCard } >
186- < div className = { styles . featureIcon } >
187- < svg
188- width = "24"
189- height = "24"
190- viewBox = "0 0 24 24"
191- fill = "none"
192- stroke = "currentColor"
193- strokeWidth = "2"
194- >
195- < rect x = "3" y = "3" width = "18" height = "18" rx = "2" ry = "2" />
196- < line x1 = "3" y1 = "9" x2 = "21" y2 = "9" />
197- < line x1 = "9" y1 = "21" x2 = "9" y2 = "9" />
198- </ svg >
199- </ div >
200- < h3 className = { styles . featureTitle } > Client-Side Navigation</ h3 >
201- < p className = { styles . featureDescription } >
202- Full SPA experience with @funstack/router. Instant page
203- transitions without full page reloads.
159+ Meet < code > defer()</ code > , an innovative way for programmatic
160+ code splitting in the RSC era.
204161 </ p >
205162 </ div >
206163 </ div >
0 commit comments