Shopify app with reactjs and nodejs without nextjs?
问题 I am developing a shopify app so the reactjs handles the UI part and node-express handles the shopify auth things. The tutorials in shopify site are node, react and nextjs node and express without reactjs My concern is how to test the app without reactjs server side rendering with nextjs? As we know node and react runs one seperate ports, so how can we handle the authentication flow with shopify? How I am trying to work is User enters app -> Node authenticates with shopify -> if auth success