Sdk For Svelte

screenshot of Sdk For Svelte
svelte

Appwrite SDK for Svelte Warning - this SDK was designed to support Appwrite 0.9 and is not compatible with the latest Appwrite versions. We are planing to refactor it as part of the SDK Generator for better support and maintenance.

Overview

The svelte-appwrite (Beta) is a set of easy-to-use Appwrite components for Svelte, designed to support Appwrite 0.9. It provides a collection of components and functionalities to simplify the integration of Appwrite into Svelte applications. However, it is not compatible with the latest Appwrite versions, and the developers plan to refactor it as part of the SDK Generator for better support and maintenance.

Features

  • <User />: Appwrite component to manage user-related functionality.
  • <Create />: Appwrite component to register a new account.
  • <Delete />: Appwrite component to delete user accounts.
  • <Preferences />: Appwrite component to manage user preferences.
  • <RecoverPassword />: Appwrite component to initiate password recovery.
  • <Update />: Appwrite component to update user account information.
  • <AuthEmail />: Appwrite component to handle authentication via email.
  • <AuthOAuth2 />: Appwrite component to handle authentication via OAuth2 providers.
  • <Avatars />: Appwrite component to manage avatars.
  • <Browser />: Appwrite component to manage browser-related functionality.
  • <CreditCard />: Appwrite component to manage credit card information.
  • <Favicon />: Appwrite component to manage favicons.
  • <Flag />: Appwrite component to manage flags.
  • <Image />: Appwrite component to manage images.
svelte
Svelte

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.