alepha@docs:~/docs/packages/alepha/server$
cat links.md
1 min read
Last commit:

#Alepha - Server Links

#Installation

Part of the alepha package. Import from alepha/server/links.

npm install alepha

#Overview

Type-safe API client with request deduplication.

Features:

  • Virtual HTTP client for type-safe API calls
  • Remote action definitions
  • Type inference from action schemas
  • Request deduplication
  • Automatic error handling

#API Reference

#Primitives

  • $client — Create a new client.
  • $remote — $remote is a primitive that allows you to define remote service access.

#Providers

  • LinkProvider — Browser, SSR friendly, service to handle links.