Skip to content

Commit

Permalink
doc: improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Bekacru committed Jul 24, 2024
1 parent 620036e commit 5aa653d
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions doc/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Introduction
description: Getting started with Better Fetch
---

Better fetch is advanced fetch wrapper for typescript. It supports error as value, zod schema validations, advanced type inference, pre-defined routes, hooks, advanced retry, timeout, plugins and more. Works on the browser, node (version 18+), workers, deno and bun.
Better fetch is advanced fetch wrapper for typescript. It supports error as value, zod schema validations, advanced type inference, pre-defined routes, hooks, plugins and more. Works on the browser, node (version 18+), workers, deno and bun.

## Features
<Cards>
Expand All @@ -15,20 +15,23 @@ Better fetch is advanced fetch wrapper for typescript. It supports error as valu
title="Smart Parser"
description="Smart response parser for any content type"
/>
<Card
title="Extenstible"
description="Plugins and hooks to extend the functionality"
/>
<Card
title="Fetch Schema"
description="Pre defined routes with zod schema validations"
href="/docs/fetch-schema"
/>
<Card
title="Extensible"
description="Plugins and hooks to extend the functionality"
href="/docs/plugins"
/>
<Card
title="Utiliies"
description="Utility functions to make fetching even easier"
title="Advanced Retry"
description="Advanced retry mechanisms with linear and exponential backoff strategies or custom retry conditions"
href="/docs/timeout-and-retry"
/>
<Card
title="Compatible with fetch"
title="Compatible with fetch and fetch-like APIs"
description="Wraps around fetch and works on the browser, node (version 18+), workers, deno and bun out of the box but can also use custom fetch implementations like node-fetch"
/>
</Cards>
Expand Down

0 comments on commit 5aa653d

Please sign in to comment.