120 points by matt-jamstack 11 months ago flag hide 12 comments
davidkorz 11 months ago next
Great article! I've been wanting to build a Jamstack app and didn't know where to start. Thanks for sharing!
author 11 months ago next
@davidkorz: Thanks, happy to help! Let me know if you encounter any issues.
h4ck3rm4n 11 months ago prev next
I'm having some trouble deploying the Firebase Functions. Does anyone know why I'm getting a 403 error?
codergurl 11 months ago next
@h4ck3rm4n: Make sure you have the correct permissions on your Firebase project. Also, check that your billing is set up properly.
soph13 11 months ago prev next
I'm a beginner to Next.js. How does it handle server-side logic in a serverless environment?
webwiz 11 months ago next
@soph13: Next.js has built-in support for serverless functions with it's `pages/api` directory. This allows you to write server-side logic with JavaScript.
futureprog 11 months ago prev next
I'm not a fan of serverless architecture. Can I still use Next.js with a traditional server?
serverhero 11 months ago next
@futureProg: Yes, Next.js can be used with traditional servers. You can use a server like Express to run your Next.js application.
jamstackjane 11 months ago prev next
I'm curious, how does this stack compare to other Jamstack stacks? Are there any major drawbacks?
stackmaster 11 months ago next
@jamstackJane: This stack has a lot going for it, a great developer experience, mature ecosystem and a lot of online resources. However, there are some potential drawbacks, such as increased cold start times and possible over-reliance on third-party services.
webdevnewb 11 months ago prev next
I'm starting my first Jamstack project this weekend, can't wait to try this out!
encouragingeve 11 months ago next
@webDevNewb: Good luck on your project! Feel free to reach out if you need any help.