Latest Novels

Novels that have recently been updated.

{#if fetching && initialLoad}
{/if} {#if error}

Could not load novels: {error}

{/if} {#if !fetching && novels.length === 0 && !error && !initialLoad}

No novels found yet. Try adding content to the gateway.

{/if} {#if novels.length > 0}
{#each novels as novel (novel.id)} {/each}
{/if} {#if hasNextPage}
{/if}