How Can I Create a Page On Store via Embedded App

How Can I Create a Page On Store via Embedded App

tahacakir
Shopify Partner
3 0 0

I am developing a wishlist app with remix app template.

I want to list the customer's wishlisted products at example.myshopify.com/apps/wishlist.

But i need it to have the footer, header,nav etc.

Found a docs for creating a page with rest admin api but it is creating a page template.

How can achieve this? How can i render something from the app on the store just like it is a page?

Reply 1 (1)
tahacakir
Shopify Partner
3 0 0

Hello,

I am already using app proxy and can render at apps/wishlist but it is a blank page except the jsx returned by my component.

I don't know how can I include store's theme assets in my response.

Thanks in advance.