Skip to content

Welcome to @azure-net/kit

@azure-net/kit is the main integration package of the Azure-net frontend ecosystem. It combines core runtime helpers and stable re-exports from adjacent packages into one import surface.

What is inside

  • Svelte-first runtime helpers: createAsyncSignal, createActiveForm, createQuery
  • Delivery layer primitives: createAsyncHelpers, createErrorHandler, schema, createRules
  • Infrastructure layer primitives: createHttpServiceInstance, createQueryInstance, ResponseBuilder, DTOMapper, BaseHttpDatasource
  • Shared architecture tools: createBoundaryProvider, createMiddlewareManager, ClassMirror, UniversalCookie, AppEvents
  • Ecosystem re-exports: @azure-net/kit/edges, @azure-net/kit/tools, @azure-net/kit/i18n

Scope and boundaries

  • This documentation targets package version 4.x.
  • UI-level helpers and components are no longer part of @azure-net/kit and are documented in @azure-net/ui-kit.

Import map

  • @azure-net/kit - primary runtime exports (svelte + shared)
  • @azure-net/kit/infra - infrastructure exports
  • @azure-net/kit/delivery - delivery exports
  • @azure-net/kit/errors - unified error classes/types
  • @azure-net/kit/edges* - edges ecosystem subpaths
  • @azure-net/kit/tools - utilities re-exported from @azure-net/tools
  • @azure-net/kit/i18n - translations re-export from @azure-net/edges-translations

Continue with Getting Started and then open API Reference.