Getting Started
Getting started with Frontend Integrations
Overview
In this guide you will find resources on how to develop, manage, and deploy integrations into Shogun Frontend.
Installing Packages
Our integrations are npm packages and installed as dependencies on Shogun Frontend storefronts. You can view the list of available packages and their respective implementation details below.
You can also leverage any public React dependency available on GitHub to take advantage of your preferred libraries.
Each package consists of a set of react hooks designed to streamline most of the implementation details for developers, and provides guidance around how to customize the integration for your specific requirement.
Read our documentation on how to install dependencies.
View Installed Packages
To view the dependencies on your store, go to your Shogun Frontend store > Sections > Then open any Section or Component.
Or, via the package.json file in your connected GitHub repository under package.json
Update Package Version
To change the version of an existing npm package in your store, read our documentation here.
Delete Package
To delete an existing package, read our documentation here. Before deleting a package, please be sure to check that it has been removed from all Sections and Components, and not driving any functionality for your store.
Updated about 1 year ago
If you're a partner or agency who would like to learn more about developing integrations with Shogun Frontend: