Solved

Shopify React Component to render on Online Store Product detail Page

Choicodes
Tourist
4 2 1

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!

Accepted Solution (1)

Choicodes
Tourist
4 2 1

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.

View solution in original post

Replies 3 (3)

Choicodes
Tourist
4 2 1

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.

keinans
Visitor
2 0 0

Hi so did you managed to do it? any insights?

gutan
Tourist
4 1 0

Hi,

Are you able to share on how you did that using Shopify script tag?