don't block, use suspense

This commit is contained in:
Paul Miller
2023-04-06 16:01:30 -05:00
parent 4d2b99d621
commit 6ca4dee75d
2 changed files with 8 additions and 6 deletions

View File

@@ -37,7 +37,7 @@ export default function App() {
<header class='text-sm font-semibold uppercase'>
Activity
</header>
<For each={[1, 2, 3, 4, 5, 6, 7, 8, 9, 10]}>
<For each={[1, 2, 3, 4]}>
{() =>
<Presence>
<Motion