gil-- / gatsby-starter-shopify-app

[Experimental] ⚡️💰🏗Serverless Shopify App w/ Gatsby & Firebase
https://gatsby-starter-shopify-app.firebaseapp.com/install/
MIT License
104 stars 19 forks source link

Move App logic to client-side routes #5

Open gil-- opened 5 years ago

gil-- commented 5 years ago

Since everything in the app is dynamic by nature, we should move it to use gatsby's client-side routing logic including the official plugin:

https://www.gatsbyjs.org/packages/gatsby-plugin-create-client-paths/ https://github.com/gatsbyjs/gatsby/blob/master/examples/simple-auth/src/pages/app.js https://kyleshevlin.com/firebase-and-gatsby-together-at-last/ https://github.com/DSchau/gatsby-mail

gil-- commented 5 years ago

Moving to future milestone