I noticed the following in the Readme last time I used the Shopify CLI to generate a node public app:
### [Coming soon] Replace Next.js and Koa with Express.js
We will be moving to Express to keep Shopify’s framework usage consistent.
Our sample app currently uses both Koa and Next.js which makes the server-side unnecessarily complex to use and maintain.
Try it out with this command, understanding that things may not be totally stable yet: npx degit shopify/shopify-app-node#sample_app_updates.
###
Can anyone tell me when the Shopify CLI will shift to node-express app generation?