简体   繁体   中英

Is there a way to develop Shopify Apps without using next.js (or at least without SSR)

Every documentation and examples I found for creating Shopify App involve Next.js and SSR, is there any way to use Polaris components and make authenticated requests, etc. without having to use Next.js or SSR?

You are free to use any kind of back-end language with any kind of framework:

  • nodejs
  • php
  • python
  • ruby..etc

Any backend language and framework that can communicate with REST Api can be used for apps.

Their documentation includes NextJS because that is their framework of choice for demos and guides, but you are not limited to that.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM