Essentials

The Essentials SDK contains common functionality that you might need when building apps on the Wix platform. The SDK includes the following submodules:

  • auth: Allows you to work with Wix authentication and permissions.
  • httpClient: Includes helper functions for making HTTP requests within the Wix platform.
  • i18n: Allows app extensions to access the language and locale settings of the site on which it's installed.

Setup

To use the Essentials SDK, install the @wix/essentials package:

Install using npm

Copy

Install using yarn

Copy
Did this help?