6 ms·
I’m super excited for this! That demo site is so fast (I love Next.js). And this is awesome: “No additional tools and no [separate] databases - just Next.js a
by mbym 2y ago
I’m super excited for this!
That demo site is so fast (I love Next.js).
And this is awesome: “No additional tools and no [separate] databases - just Next.js and Stripe… Stripe handles the backend”.
I once built a website where I stored everything in Stripe. It made it so quick to get started, and I can use the Stripe admin dashboard to make edits.
- diggan 2y ago> I once built a website where I stored everything in Stripe How did you manage your dev environment in a setup like that? I guess you'll have one env for production, one for staging/testing and then one that all devs share?