255 likes
·
3.0K reads
13 comments
Cool tech stack.
Hm... I use the same stack but in the backend instead of express apollo, I am using NestJs with Prisma Graphql, and in the frontend instead of tailwind I use Chakra UI.
That's awesome. I have used nestjs previously, which is really good with Typescript.
Also, in case of chakra, chakra is awesome but when you are making it big. Chakra is still in phase of development. Chakra is Typescript supported too.
Nice post 👏 I'd add Qovery as free hosting platform similar to Netlify and Vercel but for full-stack apps.
wow, this is awesome
why i see Next js every where in the world.
next js is powerful and awesome.
thanks
Loved the idea of using lambda for highly requested queries, that would be cost efficient.
thanks
Awesome post! What are your thoughts on Gatsby? I think its more practical than nextJS for smaller applications.
Gatsby is a better choice if you have a static site. but if you want to build a more dynamic site then next comes to helps you. Next, can do both SSG/SSR.