BigCommerce External Document Hub
BigCommerce Headless has a ton of moving parts that can be difficult to keep track of. The ecosystem is ever-evolving, and at times, it can be hard to tell where to look when troubleshooting BigCommerce issues.
Read the Article Read the Article 
Passing Context Variable to React Components in BigCommerce Stencil
To solve this problem, you first need to have Stencil properly configured to use react components.
Read the Article Read the Article 
Using the Stencil CDN in React Components | BigCommerce
Here's how you can get an image from the BigCommerce CDN, with the help of a couple of functions!
Read the Article Read the Article 
End of the stream or document separator is expected - Stencil Bundle Error.
This error is a blocker to bundling your stencil theme and will prevent you from pushing your theme to the BigCommerce environment.
Read the Article Read the Article 
Grunt React Component Defined but not Used Stencil ESLint Error
This error is frustrating because you have defined and used the component, but the Grunt script won’t complete. Here's how to resolve it.
Read the Article Read the Article 
BigCommerce Subdomain Error Troubleshooting
After applying a subdomain to your BigCommerce store, you may get error messages post-domain propagation that prevent the site from being visible.
Read the Article Read the Article 
Using the BigCommerce Image Manager in Stencil
To leverage the site speed that BigCommerce offers, we will need to ensure that we properly load images into our BigCommerce themes.
Read the Article Read the Article 
Page Specific Styles | BigCommerce Stencil
BigCommerce stencil doesn't make it easy to create style overrides that appear on specific pages. We will need to create wrapper classes for page-specific styles in BigCommerce.
Read the Article Read the Article 
Adding Custom Styles to a BigCommerce Component or Page
This guide will walk you through adding custom styles to BigCommerce components and pages.
Read the Article Read the Article 
Adding SVGs to a BigCommerce Theme
When pushing a BigCommerce theme, icons in the assets/icons directory no longer appear. BigCommerce also doesn’t allow you to add SVG files to the Image Manager.
Read the Article Read the Article 
Setting Up Strapi Graphql in BigCommerce Catalyst
BigCommerce Catalyst uses typescript with graphql. This guide will show you how to add the graphql tada engine to a BigCommerce Catalyst application.
Read the Article Read the Article 
React App Setup
When building custom UI solutions for NetSuite Suitelets using React, you can't rely on dynamic NPM imports or runtime builds—NetSuite's environment doesn't support it. To integrate a React app into a Suitelet, it must be delivered as a single, self-contained HTML file that includes all JavaScript and CSS inline. This way, the app can be stored in the NetSuite File Cabinet and served directly to users via a Suitelet.
Read the Article Read the Article