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 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. -
@sitecore-jss/sitecore-jss-proxycontains the headless-mode SSR proxy implementation used for server-side rendering React, Angular, or Vue.js JSS applications. -
@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-nativecontains services and components for React Native. -
@sitecore-jss/sitecore-jss-vuecontains Vue integration and components for JSS.