{#if $posts.status === 'pending'} Loading... {:else if $posts.status === 'error'} Error: {$posts.error.message} {:else} {#if $posts.isFetching}
Background Updating...
{/if} {/if}