Dedicated to the Hydrogen framework, headless commerce, and building custom storefronts using the Storefront API.
Hello! I'm quite new to Shopify app development and I was trying to figure out possible ways to implement a react component into the product detail page. I'm aware of app extensions such as App Sections and App snippets, as well as, using the scriptTag api and appending something in through the public folder from my React/Node Shopify App. I prefer if I could do it utilizing the awesome App section or App snippets functionality.
Details of React Component: I am utilizing an NPM package that serves as a container for instagram posts and would like to display that component in the product detail page (This component is already made in the app).
Thanks!
Solved! Go to the solution
This is an accepted solution.
Discovered that this is not possible and the best way to do something like this would be using shopify's script tags.
This is an accepted solution.
Discovered that this is not possible and the best way to do something like this would be using shopify's script tags.
Hi so did you managed to do it? any insights?
Hi,
Are you able to share on how you did that using Shopify script tag?