Sitecore JavaScript Rendering SDK NPM packages
Sitecore JavaScript Rendering SDK (JSS) is a set of JavaScript packages that add first-class support for JavaScript frameworks and enable the development of modern applications that consume Sitecore data.
JSS provides the following NPM packages:
-
@sitecore-jss/create-sitecore-jsscontains initializers / templates for JSS sample applications. -
@sitecore-jss/sitecore-jss-clicontains the JSS CLI. -
@sitecore-jss/sitecore-jsscontains the core APIs and utilities for JSS, such as JSS Dictionary API,JSS Layout API, JSS GraphQL API, the JSS Tracking API, the infrastructure for Sitecore editors integration, and various utilities. Consult the API reference on Github. -
@sitecore-jss/sitecore-jss-dev-toolscontains developer tooling, such as development proxies and deployment scripts. It also includes the JSS Manifest API, a module with semantics to generate JSS disconnected import packages and a JavaScript implementation of the Sitecore pipeline pattern that is used for customizing the disconnected manifest. -
@sitecore-jss/sitecore-jss-formscontains the APIs for Sitecore Forms integration. -
@sitecore-jss/sitecore-jss-proxycontains the headless-mode SSR proxy implementation used for server-side render JSS apps headlessly using the JSS proxy. -
@sitecore-jss/sitecore-jss-rendering-hostcontains the rendering host implementation.
The functionality they provide is available in JSS applications created based on sample apps. Unless otherwise indicated in a procedure or walkthrough, you do not have to install them individually.
The JSS sample applications leverage framework-specific NPM packages:
-
@sitecore-jss/sitecore-jss-angularcontains Angular integration components and services for JSS. -
@sitecore-jss/sitecore-jss-angular-schematicscontains Angular developer code generation schematics. -
@sitecore-jss/sitecore-jss-nextjscontains Next.js components and integration for JSS. -
@sitecore-jss/sitecore-jss-reactcontains React components and integration for JSS. -
@sitecore-jss/sitecore-jss-react-formscontains React components and integration for JSS and Sitecore Forms. It can be used in JSS applications based on React and Next.js sample apps. This module is intended to be copied from and extended as needed - it is not meant to be a complete forms implementation. -
@sitecore-jss/sitecore-jss-react-nativecontains services and components for React Native. -
@sitecore-jss/sitecore-jss-vuecontains Vue integration and components for JSS.