Skip to content

Commit

Permalink
chore: modify example
Browse files Browse the repository at this point in the history
  • Loading branch information
answershuto committed Oct 25, 2023
1 parent 7d4edd2 commit 82fa19c
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 210 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
width: 100%;
height: 100px;
flex-direction: row;
padding: 20px;
background-color: white;
}

.item {
flex: 1;
flex: 1;
}
10 changes: 10 additions & 0 deletions examples/with-fitst-chunk-cache-ssr/src/components/List/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,15 @@ async function getData() {
title: 'ice.js',
description: '这是 ICE 框架',
},
{
logo,
title: 'ice.js',
description: '这是 ICE 框架',
},
{
logo,
title: 'ice.js',
description: '这是 ICE 框架',
},
];
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
align-items: center;
justify-content: center;
height: 100vh;
overflow-x: hidden;
}

.app > header {
Expand Down
2 changes: 2 additions & 0 deletions examples/with-fitst-chunk-cache-ssr/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ export default function Home() {
<Header />
<Box id="Box" fallback={<div className={styles.boxFallback} />} />
<List id="List" fallback={<div className={styles.boxFallback} />} />
{/* https://github.com/xiaoxiaojx/blog/issues/37 */}
<div dangerouslySetInnerHTML={{ __html: '<div style="height:0;width:0;">\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b\u200b</div>' }} />
</div>
);
}
Expand Down
61 changes: 0 additions & 61 deletions examples/with-fitst-chunk-cache-ssr/src/pages/with-data-error.tsx

This file was deleted.

89 changes: 0 additions & 89 deletions examples/with-fitst-chunk-cache-ssr/src/pages/with-fallback.tsx

This file was deleted.

This file was deleted.

0 comments on commit 82fa19c

Please sign in to comment.