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?
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.