React+shopify+builder

Hi,

is it possible to combine React+shopify+builder.io?

I want to use react+builder to code the front end, and use shopify as backend, so shopify for tracking order,
and all their apps for order management, reviews, email marketing, etc. Is this actually possible?

Also, is there any way to get the changes I make through builder directly into my code? For now, my react app imports content from builder with async function and displays the content - but can I actually see the code the builder generates?

Hi @edward22455, Welcome to Builder.io Forum!

Yes, it’s possible to integrate Builder.io with React and Shopify. Related repo: builder/Form.tsx at 40f24ffa48cf602bb6e7e64e0bb967e148124b19 · BuilderIO/builder · GitHub

Yes, You can see the code the builder generates. For say, you can easily generate the required stack code with builder.io and reuse it.

You can select the three vertical dots in the upper right corner of the editor, select “Get Code”, and then select the react tab. You can see the screenshots attached.

Let us know if you have further questions!