Hello! @ozzyonfire Thanks for the insights on how to use react on shopify extensions. I’ve installed an image editor library on the extension, do you have idea why this error occurs ? Thanks!
Trying to add a sticker (.png) from my s3 bucket.
Developers are exploring how to use React within Shopify theme app extensions, which traditionally rely on Liquid templates and vanilla JavaScript. The core challenge is that app blocks don’t natively support React frameworks.
Established Solution:
bundle.js) in the app-block’s Liquid schema under the javascript property/assets folderCommon Implementation Issues:
.liquid fileResources & Alternatives:
Status: The discussion remains open with ongoing questions about asset handling and build configuration. Multiple participants note that Shopify’s documentation lacks comprehensive guidance on React integration.
Hello! @ozzyonfire Thanks for the insights on how to use react on shopify extensions. I’ve installed an image editor library on the extension, do you have idea why this error occurs ? Thanks!
Trying to add a sticker (.png) from my s3 bucket.