Back
{#if !postId || $post.isPending}
Loading...
{/if} {#if $post.error}
Error: {$post.error.message}
{/if} {#if $post.isSuccess}
{$post.data.title}
{$post.data.body}
{$post.isFetching ? 'Background Updating...' : ' '}
{/if}